Don't be shy and try it yourself, there are many surprises waiting for you! https://fer-dev-gt.github.io/To-Dos-Goals-Tracker/
- Demo and Feautures
- Installation Steps
- The process
- Useful resources
- License
- Author
- React Documentation
You can create and save any task you want!
Keep track of your complete and pending task with a simple and good looking list 😎
When you create, delete or update any To Do and you have the app open on another tab it will display a message telling you that changes have been made, cool isn't?
You can use it from your phone thanks to our adaptive device design.
You can quickly check how many To Do's you have completed and see how many are left.
Got too many task? Don't worry you can easily use our serch bar to write and get the To Do you were looking for.
If you want to make changes to the source code you just need to:
- Do a (
git clone
). - Install all the dependencies (
npm i
). - Execute and enjoy the app (
npm start
).
Technologies used in the project:
- React 18.2.0
- web-vitals 3.4.0
- iOS 13.4.1
- Figma - Used to create graphics.
- React and Components - A guide to React and Components.
This project is licensed under the MIT License
Made with 💜 by Fernando Orozco
This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
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.