A lot of modern-day fatigue from developing web applications results from the number of technologies and services we have to use simultaneously.
The question is: how can we maximize our effectivity with minimum technologies. Ideally the technologies we choose would be established and have great community support.
In this app, I used two technologies — React and Firebase — that enable us to create live web apps.
I built this app with help of (Wes Doyle Tutorial).
There are two methods to download the repository.
Clone this repository, install dependencies, then run the project with the following:
> git clone [email protected]:artprofi91/React-Firebase-ToDo-List.git
> cd React-Firebase-ToDo-List
> npm install or yarn install
> npm start or yarn start
Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory and:
> npm install or yarn install
> npm start or yarn start
Open the browser go to localhost:8080