/Task-Tracker-App

Web app that lets the user capture and manage tasks along with date and time for reminder.⏳📝

Primary LanguageJavaScript

Logo

Task Tracker App

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
  1. About The Project
  2. Usage
  3. Contributing
  4. Contact
  5. Acknowledgements

About The Project

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. image

Built With

This project is built using:

  • React

Usage

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server

To build for production

npm run build

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Priya Srivastava - @shivikapriya - shivikapriya730@gmail.com

Project Link: https://github.com/Priya730/Task-Tracker-App

Acknowledgements

Thanks to Brad Traversy for the project inspiration.