We're gonna build an React Firestore App using firebase library in which:
- Each Tutorial has id, title, description, published status.
- We can create, retrieve, update, delete Tutorials (CRUD operations) from Firebase Cloud Firestore
For instruction, please visit:
More practice:
React Firebase Hooks: CRUD App with Realtime Database example
React + Redux + Hooks: JWT Authentication & Authorization example
Fullstack with Node.js Express:
Fullstack with Spring Boot:
Fullstack with Django:
This project was bootstrapped with Create React App.
In the project directory, you can run:
npm install
# or
yarn install
or
npm start
# or
yarn start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.