Skip to content

limyuquan/mailing-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailing System

A Mailing web application.

Inbox

Inbox Page of the Web Application


Table of Contents

You're sections headers will be used to reference location of destination.


Description

This Github repository is created to document my production of my Email Web Application. The Web Application has the following features.

For complete disclosure:

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.

Features

Login/ Register

Login/ Register

Compose Email

Compose Email

Unread Email

Read/ Unread Email

Archive/ Unarchive Email

Closing / Opening Listings

Reply to Emails

Reply to Emails

Youtube Video of the features

Technologies

  • JavaScript
  • HTML
  • CSS
  • Python
  • Django
  • SQLite DB
Hours taken: ~ 8 Hours

Back To The Top


How To Use

Installation

To run the Web Application locally:

Download the files in a selected folder

Select the directory in terminal

    cd folder_name

To run the django server:

    python manage.py runserver

Dependencies

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

Back To The Top


References & Help


What I have learned from the project

Technical

  • Better knowledge of JavaScript and building a responsive Front-End
  • Limitations of JavaScripts
  • Better knowledge about the intricacies of HTML and CSS

Personal

  • I learned that building a well-designed Front-End is equally as hard or even harder than building a well-designed Back-end.

Back To The Top

Media

Youtube Video

IMAGE ALT TEXT HERE

Back To The Top

Author Info

Back To The Top

About

This is my Responsive Front End for an Email Web Application built with JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published