Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/admin-dashboard-firebase-react-app

A Demo App to demonstrate the use of React with Firebase. In this app, I've provided authentication using firebase and CRUD operations using firestore. Also managed a Global State using Redux.
https://github.com/khalil-codes/admin-dashboard-firebase-react-app

Last synced: 27 days ago
JSON representation

A Demo App to demonstrate the use of React with Firebase. In this app, I've provided authentication using firebase and CRUD operations using firestore. Also managed a Global State using Redux.

Awesome Lists containing this project

README

        

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

To Install the required dependencies, you can run:

### `npm install`

It will install all the packages.

### Integrated Authentication and CRUD operations using firebase.