Simple implementation of a standalone browser based ToDo List written with ReactJS
Just run the following in your terminal of choice
npm install &
npm run build
And host the build files on your server of choice.
(You can also run it locally with the provided server > npm run server
)
- add/remove/edit entries
- sorting via arrows
- group entries with coloring
- filter by color
- strikethrough on click
- basic column like structure
- header & footer
- styled with Bootstrap
- deadline / calender function
- change background
- add and handle multiple lists
- sort with drag & drop (example)