Web app that lets the user capture and manage tasks along with date and time for reminder.⏳📝
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project is a task tracker app built using react for UI. Used a JSON-server for mock backend. The web app lets the user capture and manage tasks along with date and time for reminder.
This project is built using:
- React
npm install
Run React dev server (http://localhost:3000)
npm start
Run the JSON server (http://localhost:5000)
npm run server
npm run build
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Priya Srivastava - @shivikapriya - shivikapriya730@gmail.com
Project Link: https://github.com/Priya730/Task-Tracker-App
Thanks to Brad Traversy for the project inspiration.