Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riya12aaa12/frontend_assignment
https://github.com/riya12aaa12/frontend_assignment
api css react typescript
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riya12aaa12/frontend_assignment
- Owner: Riya12aAa12
- Created: 2024-08-27T19:40:45.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T19:42:49.000Z (4 months ago)
- Last Synced: 2024-08-27T21:40:54.573Z (4 months ago)
- Topics: api, css, react, typescript
- Language: TypeScript
- Homepage: https://reachinbox-frontend.netlify.app/
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`