Skip to content

e-Planner is an application which allows users to keep track of their upcoming, overdue, and completed tasks. Built with: JavaScript, Vue.js, Express.js, SQLite.

Notifications You must be signed in to change notification settings

LeeGing/e-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

e-Planner

Work in Progress (Under Construction)

Overview

e-Planner is an application which allows users to keep track of their upcoming, overdue, and completed tasks. Users are able to enter new tasks, with a title, a description, and a due date. Theses tasks can then be marked completed, or deleted by the user.

Screenshots

Home Page (Before Login)

"Home Page"

Home Page (After Login)

"Home Page"

Uncompleted Tasks (Main Task Page)

"All Task"

View Task (Individual Task Page)

"View Task"

Completed (Completed Task Page)

"Completed"

Weekly (Weekly Task Page)

"Weekly"

New Task (Task Entry Page)

"New Task"

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command in both the "client" folder as well as the "server" folder.
  3. Start the web server using the npm start command while in the "server" folder. You will also need to start the client by navigating to the "client" folder and running the npm start command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

About

e-Planner is an application which allows users to keep track of their upcoming, overdue, and completed tasks. Built with: JavaScript, Vue.js, Express.js, SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published