Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankubhaiya/mailbuilder
https://github.com/pankubhaiya/mailbuilder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pankubhaiya/mailbuilder
- Owner: pankubhaiya
- Created: 2024-04-02T11:40:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T04:44:52.000Z (10 months ago)
- Last Synced: 2024-10-27T22:23:47.582Z (3 months ago)
- Language: JavaScript
- Homepage: https://mailbuilder-xi.vercel.app
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The assignment is to use the designs and APIs provided and create a functional web app as per the following instructions -
1.Implement the login page - Use the design provided
2.Once logged in the user should be taken to the onebox screen. /google-login
3.Implement fetching of data in onebox using api integration /onebox/list GET /onebox/:thread_id DELETE /onebox/:thread_id
4.Implement custom text editor (Need to Add Custom button in editor like “SAVE” and “Variables”)
5.Implement Reply - Clicking on send should send Reply POST /reply/:thread_id {from: “email”, to:”email”, “subject”: “”, “body”: “”}
6.Implement both - light and dark mode