/TaskManager

TaskManager

Primary LanguageJavaScriptMIT LicenseMIT

TaskManager

This is a simple task manager application. The application allows a user to view list of tasks both completed and pending. A user can navigate to a list of all tasks, single tasks, completed tasks as well as the pending once. A user can also filter these tasks on the landing page. This will dynamically be shown using the pie chart and the changin list below it.

Built With

  • Html
  • Bootstrap
  • Chart.js
  • Css
  • React
  • Redux
  • Javascript

Demo Links

Demo Link

Screenshot


print

Getting Started

  • Click on the Code green drop down button then COPY.
  • In your local PC, open your terminal in the folder you would like to clone the repository into
  • Clone the repository with the command: git clone (copied link); like so: git clone https://github.com/vikitaotiz/TaskManager.git
  • After the clone, type in the command cd TaskManager to access the app directory on the terminal
  • Run npm install to get all the project dependancies.
  • Run npm run start to start the dev-server.

Tests

  • Run npm test.

Authors

👤 Victor Otieno

Contributing

Contributions, issues, and feature requests are welcome! Feel free to contribute

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to Nelson Sakwa of Behance for the amazing website design that this project is based on.
  • We remain indepted to the Facebook team that develop create-react-app and React Redux as open source.
  • I would also like to give a special thanks to developers behind chart.js for an amazing work. I've integrated it to my application and I love it.
  • A special thanks to Microverse for inspiring this project. We really appreciate.
  • A special thanks goes to all our peers at Microverse for being ther for us.

📝 License

This project is MIT licensed.