Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riya12aaa12/frontend_assignment


https://github.com/riya12aaa12/frontend_assignment

api css react typescript

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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 netlify and can be accessed [here](https://reachinbox-frontend.netlify.app/).

# How to Run

Installation



Clone the repository: ``` https://github.com/Riya12aAa12/Frontend_Assignment.git ```

Navigate to the project directory: ``` cd reachinbox ```

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 

# Credits

This project was developed by `Riya Kumari`