AhmedBedeir / cs50w-mail

A single page web application for sending and receiving emails using JavaScript fetch Api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS50S-Mail

3rd Project of the CS50 Web. A single page web application for sending and receiving emails using JavaScript fetch Api. check it out here. Here's a preview.

Features

  • Mailbox
  • Send Mail
  • View Email
  • Archive and Unarchive
  • Reply

Setup

First, clone this repository:

git clone https://github.com/AhmedBedeir/cs50w-mail.git
cd cs50w-mail

Install dependencies:

pip install -r requirements.txt

To run server:

python manage.py runserver

Open http://localhost:8000 to view it in the browser.

screenshots

inbox send

Author

Ahmed Bedeir

About

A single page web application for sending and receiving emails using JavaScript fetch Api.


Languages

Language:Python 58.2%Language:JavaScript 25.5%Language:HTML 13.6%Language:CSS 2.6%