Skip to content

boaanes/todo-app

Repository files navigation

Todo

DevOps Status License: GPL v3

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!

Project setup instructions

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!