Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pankubhaiya/mailbuilder


https://github.com/pankubhaiya/mailbuilder

Last synced: about 1 month ago
JSON representation

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