Skip to content

alexandrsek/react-todo-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo MVP

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.

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.

Demo

Github Pages Demo

Installation

  1. Clone the repository
git clone https://github.com/alexandrsek/react-todo-mvp.git 
  1. Install NPM packages
npm install
  1. Build app
npm run build
  1. Run express server to serve app
node server.js