amontheape / trackIt

Simple SPA for tracking day to day activities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track It

This project implements recent study advancements on ContextAPI and Login Persistance by creating a simple SPA thats provides tracking for the user day to day activities

Main Features

  • Register and Login Persistance based on localStorage
  • Create and manage custom habits opting on week schedules
  • Checklist tracking of user daily activities
  • Tracks current and record sequences showcased on todayPage

Coming Soon

HistoryPage feature which will provide a calendar for monthly or weekly reviews of past activities

Built with

React React Router JavaScript HTML5 CSS3 Styled Components

How to run

  1. Clone this repository

  2. Install dependencies

npm i
  1. Run the application with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally, access http://localhost:3000 on your favorite browser

About

Simple SPA for tracking day to day activities


Languages

Language:JavaScript 93.8%Language:CSS 3.9%Language:HTML 2.4%