Skip to content

Archento/React-To-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-To-Do

Simple implementation of a standalone browser based ToDo List written with ReactJS


Preview

screenshot of the app

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)

Technologies


Functionality

  • add/remove/edit entries
  • sorting via arrows
  • group entries with coloring
  • filter by color
  • strikethrough on click

Layout

  • basic column like structure
  • header & footer
  • styled with Bootstrap

Outlook (if ever)

  • deadline / calender function
  • change background
  • add and handle multiple lists
  • sort with drag & drop (example)

About

Simple implementation of a standalone browser based ToDo List written with ReactJS

Topics

Resources

License

Stars

Watchers

Forks