Skip to content

mshoaibtalha/time-Registere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to clone and run project

git clone https://github.com/mshoaibtalha/time-Registere.git cd time-Registere npm install npm start

Motivation Behind Project

I assign myself a task to keep track of my daily working hours.

Resources and Technologies used

React js Local Storage HTML CSS

Quick Description of app

This app includes the hours tracking features such as a total hours and list of history. The user is able to delete a transaction. After a hours entry is deleted, the effect it had in local storage also removed. Clicking on a hour card make a toggle effect and the user the ability to delete the Card. All user's data is stored in their browser's local storage.

Available Scripts

In the project directory, you can run:

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 eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.