A Mailing web application.
Inbox Page of the Web Application
You're sections headers will be used to reference location of destination.
This Github repository is created to document my production of my Email Web Application. The Web Application has the following features.
This Email Web Application is an assignment of CS50W: Web Programming with Python and JavaScript. The backend code was completely provided by CS50. The frontend was made completely coded by me.
Login/ Register
Compose Email
Unread Email
Archive/ Unarchive Email
Reply to Emails
- JavaScript
- HTML
- CSS
- Python
- Django
- SQLite DB
Download the files in a selected folder
Select the directory in terminal
cd folder_name
To run the django server:
python manage.py runserver
List of dependencies can be found in the requirements.txt file in the root of the folder.
To Install the Dependencies Locally or to into a Virtual Environment
pip3 install -r requirements.txt
- Better knowledge of JavaScript and building a responsive Front-End
- Limitations of JavaScripts
- Better knowledge about the intricacies of HTML and CSS
- I learned that building a well-designed Front-End is equally as hard or even harder than building a well-designed Back-end.
- Linked in - @limyuquan