Table of Contents
This is a very simple Todo-App, to help you, to organize your tasks. The app was made, as a part of my attention in a bootcamp, so the first version is really simple and has very few features. Target was, to build a first complete React App and we chose a Todo app as a first example. Here you can find, what I have made out of it.
I plan to build on from this and update it from time to time, so stay tuned. Also, if you have any ideas for future features, I would like to hear from you.
This is how you set up a copy of Hexagon locally. Just follow these simple steps and enjoy my little taskmanager.
You need npm.
npm install npm@latest -g
- Clone the repo
git clone https://github.com/PhilippDemmelmair/todo
- Install NPM packages
npm install
Use this command to start the application.
npm start
Use this app, when you want to have a nice little Todo-App, which you can use in your browser. Keep track of your tasks. Priritize them. You can also add little Subtasks. Aslo, you have the possibility to archive a completed task. Another feature is, that you can see how long your task is open or how long a completed task was open.
- Taskmanagment
- Subtasks
- Priorities
- Archive
- Timetracking
- Since when is a task open
- How long was a task open
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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
Distributed under the MIT License.
Twitter: @PhilDemmelmair
LinkedIn: @Philipp Demmelmair
E-Mail: [email protected]
Project Link: https://github.com/PhilippDemmelmair/todo