Skip to content

FrontEnd Web Mobile application developed in ReactJs for routine activities management. Here, you can organize your daily routine and activities by day and track it all in one aplication!

Notifications You must be signed in to change notification settings

CleiverCoelho/trackit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackIt

FrontEnd Web Mobile application developed in ReactJs for routine activities management. Here, you can organize your daily routine and activities by day and track it all in one aplication!

Try it out now on the application deploy: https://projeto11-trackit-murex-gamma.vercel.app/

About

  • I used ContextAPI resources for managing global states, such as the logged-in user and daily progress, to avoid state handling issues.
  • The Login screen (route /) uses the react-loader-spinner library for the loading phase.
  • The Registration screen (/cadastro) is implemented.
  • User information is displayed at the top.
  • In the menu, the "Today" button (route /hoje) displays a circular progress bar indicating the user's habit completion percentage using the react-circular-progressbar library.
  • The "Habits" screen (route /habitos) loads user habits through an Axios request to a private API.
  • The "Today" screen (route /hoje) loads all habits registered for the corresponding day using the dayjs library.

20230910_1358332.mp4

Main Technologies

Installation

$ git clone https://github.com/CleiverCoelho/trackit
$ cd trackit
$ npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

FrontEnd Web Mobile application developed in ReactJs for routine activities management. Here, you can organize your daily routine and activities by day and track it all in one aplication!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published