Skip to content

Bansuk/projeto_10_trackit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackIt

A mobile site for tracking your daily activities in a way that it won't be dull! TrackIt has a clean and objective interface so that you can only focus on your goals!

TrackIt navigation

You can try it at: https://projeto-10-trackit.vercel.app/

About

This is an web application that allows the user to create a new account and login, createnavigate through movies and it's screenings, displaying the room ocupation and allowing new bookings. These are the currently implemented features:

  • User registration and login,
  • Create new tasks, specifying their names and recurring days,
  • Display the user tasks for the day,
  • Display a progress bar of tasks accomplished for the day.

Technologies

React

How to Run

1. Clone the Repository

$ git clone https://github.com/Bansuk/projeto_10_trackit

2. Install dependencies

$ npm i

3. Run the application

$ npm start