Skip to content

Time Traker App allows you to create timers and store them. Made with React

Notifications You must be signed in to change notification settings

AndrewMedvedev42/Time-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker

Time Traker allows you to create timers and store them.

Tools used :

React

In this project, I used React because I can create a much better layout, easy control state, and use self-made or third-party components.

The abitly to add new timer I used useState. To store timers I used localStorage to save name of the timer and the it's time. To display existing timers I used useEffect

For icons, I used the "react-icons" library.

Styles

As a method for styling, I used SASS to make the style process more stabilized.

Note: If instead of time you see "NaN" output, thats means there are some items in your localStorage that is not do not fit for requirements of timer's compiler.

About

Time Traker App allows you to create timers and store them. Made with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published