JacobGrisham / Mail-Single-Page-Full-Stack-Web-App-using-Django-and-Javascript

Full-stack single-page web application using Javascript, Python, Django, SQL, and Bootstrap. Send, reply to, archive, and mark-as-read Emails. Django is used as API and the Javascript fetch method is used to interact with API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail: Django and Javascript

GitHub all releases

  • Mail: Built the front-end for an email client that makes API calls to send and receive emails.
  • I wrote all the front-end code in this repository. The RESTful API in the backend was given by the instructor.

💡Lessons Learned

  • Using vanilla Javascript to build the front-end of a single-page web application
  • Using Javascript fetch to make API calls to a Django RESTful API

About

Full-stack single-page web application using Javascript, Python, Django, SQL, and Bootstrap. Send, reply to, archive, and mark-as-read Emails. Django is used as API and the Javascript fetch method is used to interact with API.


Languages

Language:Python 54.7%Language:JavaScript 30.0%Language:HTML 14.6%Language:CSS 0.7%