/react-todo

Primary LanguageJavaScript

About react-todo

My very own take on a simple and humble ToDo list with no backend.

Live Site

Built with

Getting Started

Follow the steps below to get an instance of the react-todo app up and running.

Prerequisites

  • npm
npm install npm@latest -g
  • surge
npm install surge

Installation

  • Clone the repo
git clone https://github.com/alittlebroken/react-todo.git

Usage

Locally

npm start

Surge

  • 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

Roadmap

See the open issues for a list of proposed features (and known issues).