https://github.com/benjaminsemah/task-tracker
With this task tracker app, users can easily create a task, toggle a reminder, and delete tasks as they are completed. This App was created to practice building CRUD functionalities with ReactJS.
https://github.com/benjaminsemah/task-tracker
crud-application css javascript react
Last synced: 3 months ago
JSON representation
With this task tracker app, users can easily create a task, toggle a reminder, and delete tasks as they are completed. This App was created to practice building CRUD functionalities with ReactJS.
- Host: GitHub
- URL: https://github.com/benjaminsemah/task-tracker
- Owner: BenjaminSemah
- Created: 2022-03-14T14:41:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T12:06:39.000Z (about 4 years ago)
- Last Synced: 2025-03-28T05:27:52.327Z (over 1 year ago)
- Topics: crud-application, css, javascript, react
- Language: JavaScript
- Homepage: https://yourtasktracker.netlify.app/
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Task Tracker App
> 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.
## App Screenshot

## Live Demo
[Link to Live Version](https://yourtasktracker.netlify.app/)
## Built With
- ReactJS
- CSS
- Git (Version Control)
- Visual Studio Code (IDE)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
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 to `http://localhost:3000` to launch the server.
## Author
👤 **Benjamin Semah**
- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/BenjaminSemah/task-tracker/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://github.com/Yerimah/JS-Capstone-Project/blob/dev-branch/MIT.md) licensed.