/mail

Front end implementation of a mail client using an API provided by CS50W 2020

Primary LanguagePython

Mail

A simple front-end for an email client that makes API calls to send and receive emails.

Demo video: https://youtu.be/B9a-E1Lf67s

Front End

  • Django
  • HTML
  • CSS
  • Javascript / JSX
  • React, React DOM, Babel

Backend

Django / Python API provided by CS50W 2020

Development

python3 manage.py makemigrations mail python3 manage.py migrate python3 manage.py runserver