This is a simple to-do app made from scratch with React in less than 6 hours. The main goal was to create the minimum viable product and determine the possible development roadmap.
- Create a simple MVP todo using React.
- Add option to manage multiple todo lists.
- Add option to export and import todos
- Write a backend with auth so users can share and manage their todos from multiple devices.
- Improve the UI and accessibility.
- Clone the repository
git clone https://github.com/alexandrsek/react-todo-mvp.git
- Install NPM packages
npm install
- Build app
npm run build
- Run express server to serve app
node server.js