This App was created to practice building CRUD functionalities with ReactJS. With this task tracker app, users can easily create a task, toggle a reminder, and delete tasks as they are completed.
- ReactJS
- CSS
- Git (Version Control)
- Visual Studio Code (IDE)
To get a local copy up and running follow these simple example steps.
clone repo: git@github.com:BenjaminSemah/task-tracker.git
then
cd task-tracker
- Open the project with your code editor
- Run
npm install
to install all dependencies - Run
npm start
and go tohttp://localhost:3000
to launch the server.
👤 Benjamin Semah
- GitHub: Benjamin Semah
- Twitter: Benjamin Semah
- LinkedIn: Benjamin Semah
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.