A todo-app written in ReactJS. Primarily developed as a project for teaching myself React.
It is hosted at Firebase, uses Firebase authentication, along with a realtime database to manage your todos. Check it out here!
1. Clone this repository:
$ git clone https://github.com/boaanes/todo-app.git
or
$ git clone git@github.com:boaanes/todo-app.git
2. Make sure you already have nodejs
and npm
installed on your system, then install dependencies:
$ npm install
3. Run the web-app:
$ npm start
Now you're all set!