Tracking your time
This project is created with the porpuse of register and tracking the time invested on diferent tasks. The login/logout is implemented using tokens so feel free to use any password it will be encripted.
- Create a new task that will repeat until the expiration day
- Login with secure password and tokens
- Display a list of daily tasks or change the view of tasks per day
- See all tasks per day using the carousel of dates
- The application will show notices when the input data is wrong
It's deployed here on netlify
This project was built using these technologies.
- React
- JavaScript
- GitHub
- Redux
- Eslint
- Stylelint
- VScode
- Jest
To get a local copy up and running follow these simple example steps.
- Node.js is required to install dependencies and run scripts via npm.
- A modern browser
- Clone this repo:
- Clone with SSH:
[email protected]:jessicafarias/tracking_app.git
- Clone with HTTPS
https://github.com/jessicafarias/tracking_app.git
- Clone with GitHub CLI
gh repo clone jessicafarias/tracking_app.git
- cd to tracking_app.git
Install dependencies:
$ npm install
Start the local webserver:
$ npm start
will open the project at local webserver at http://localhost:3000/
Working as a FullStack developer on this project.
A special thanks is expressed to Marc Roy for the design. This is design will not use as a comercial purpose
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
This project is MIT licensed.