/todosapp

Todo list simple app

Primary LanguageJavaScript

Demo

TodosApp is deployed on firebase.

Guide for running the app on Linux

If You don't have nodejs, npm or create-react-app installed you can follow the steps here

In case you don't have git installed run,

sudo apt install git-all

Now, clone the app

git clone https://github.com/abdallahokasha/TodosApp.git

You can also clone the 'using-redux' branch

git clone -b using-redux https://github.com/abdallahokasha/TodosApp.git

And then go for the app directory

cd TodosApp

Install app dependencies using

npm install

now, run the server

npm start