Mail

A Django front-end client to manage an email inbox.

Check out the Github Repo

A JavaScript "email" client that allows logged-in users to view, get, and send messages to each other and mark messages archived/unarchived, moving them to a different mailbox view. These are messages stored in database and are not sent to real email servers. The application's Django framework and Python code were provided in the assignment starter code. The task for this assignment was to implement the front-end with JavaScript and HTML, using the application's API to get, put, and post data with fetch.

Technologies: