Skip to content

artprofi91/React-Firebase-ToDo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Firebase TO DO List

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).

react

Project Installation

There are two methods to download the repository.

Method I: Familiar with Git?

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

Not Familiar with Git?

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

Project will run on:

Open the browser go to localhost:8080

About

React-Firebase-ToDo List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published