Demo: https://youtu.be/zVmdaxzWOoA
A single-page email client website created using HTML, CSS, Django and Javascript.
Features:
-
Send Mail: When a user submits the email composition form, JavaScript code sends the email.
-
Mailbox: When a user visits their Inbox, Sent mailbox, or Archive, the appropriate mailbox is loaded.
-
View Email: When a user clicks on an email, the user is taken to a view where they see the content of that email.
-
Archive and Unarchive: Users can archive and unarchive emails that they have received.
-
Reply: Users can reply to an email.
This project is created for Harvard CS50 Web course. Check out more about the project here: https://cs50.harvard.edu/web/2020/projects/3/mail/