Skip to content

shwetharavindrabaliga/reachinboxai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReachInBox-Frontend

Overview

This repository contains the code for Reachinbox frontend App using React with Typescript for an assignment given by Reachinbox.

Technologies Used ( Frontend )

  • Typescript
  • React
  • Tailwind css

Deployment

The application is deployed on vercel and can be accessed here.

Demo Video :-

https://www.loom.com/share/b12a1f9ab67e48ae8e90efff18bccc9b?sid=6a306c49-9d1a-4b37-9dfa-21b4538e3831

Login Page

image

Landing Page

image

Deshboard with Dark Mode

image

Dashboard with Light Mode

image

Delete Email

image

How to Run

Installation

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

Features

  • Authentication
  • Get Emails
  • Post (send) Email
  • Delete Email

Endpoints

All Emails

GET {{baseurl}}/onebox/list 

All Emails from Onebox

GET {{baseurl}}/onebox/messages/:thread_id 

Add Onebox Mail

POST {{baseurl}}/onebox/reply/:thread_id 

Delete Email

DELETE {{baseurl}}/onebox/messages/:thread_id 

Feel free to explore and integrate these endpoints into your application.