Skip to content

Full-stack web application, written in JS, HTML, CSS in the frontend, using PHP and mySQL in the backend

Notifications You must be signed in to change notification settings

AndoNorth/time-tracking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

Project Name:
  time tracking app

Description:
  an app where users can track tasks and log how much time is taken for each

functional features:
  - create containers which store:
    - name
    - time (date, hours, minutes)
    - tags (work, play, etc...)
    - using local storage to periodically store session state
  - store containers of data in database using JSON objects (using JS fetch api to send POST requests to PHP backend)
    - save/load list states in a database
  - drag and drop containers within 3 lists (using JS events)
    - doing, todo, done
  - authentication system (using PHP, using SHA256 encryption to store passwords securely)
    - sign-up, login, logout
    - using cookies to store session information

About

Full-stack web application, written in JS, HTML, CSS in the frontend, using PHP and mySQL in the backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published