My very own take on a simple and humble ToDo list with no backend.
Follow the steps below to get an instance of the react-todo app up and running.
- npm
npm install npm@latest -g
- surge
npm install surge
- Clone the repo
git clone https://github.com/alittlebroken/react-todo.git
npm start
- Go to http://localhost:3000 to open the app
- Build the app ( if not already done so )
npm run build
- Deploy to surge
cd build
surge
accept all the defaults and type into your browser the url given to you by surge on Successful publish
See the open issues for a list of proposed features (and known issues).