This repository contains the code for Reachinbox frontend App using React with Typescript for an assignment given by Reachinbox.
- Typescript
- React
- Tailwind css
The application is deployed on vercel and can be accessed here.
https://www.loom.com/share/b12a1f9ab67e48ae8e90efff18bccc9b?sid=6a306c49-9d1a-4b37-9dfa-21b4538e3831
Clone the repository: git clone https://github.com/shwetharavindrabaliga/reachinboxai.git
Install the dependencies: npm install
Start the development server: npm run start
Open your browser and visit: http://localhost:3000
- Authentication
- Get Emails
- Post (send) Email
- Delete Email
GET {{baseurl}}/onebox/list
GET {{baseurl}}/onebox/messages/:thread_id
POST {{baseurl}}/onebox/reply/:thread_id
DELETE {{baseurl}}/onebox/messages/:thread_id
Feel free to explore and integrate these endpoints into your application.