Overview
In this course we will build a classified advertisement website where users will be able to buy and sell products.
The tech stack will be React, Bootstrap and Firebase. We will work with a few features provided by firebase such as authentication, firestore as database and firebase storage to store images. We will use the latest firebase version 9 which is based on modular approach.
We will use many functions provided by firebase for authentication, firestore and storage which are usually used in any medium scale website.
Once we are done with our project, we will then deploy it on vercel and also we will see how to secure firestore and storage with firebase security rules.
Features
-
Authentication : account creation, login, logout, forgot password, and reset password
-
Authenticated users will be able to upload, change or remove their profile photo
-
Sellers can publish ads specifying the details of the product they want to sell
-
Users can filter the ads by category or sort by price
-
Users can view the ad on the landing page as well as on the sellers profile page
-
An authenticated user can mark any ad as a favorite or remove it from his favorite ads list
-
An authenticated user can reach out to the seller via phone or chat system within the app
-
The seller can delete their own ad
-
The seller can mark the ad as sold
Prerequisites
Basic knowledge of Reactjs is required for this course which means you should know what is useEffect / useState / props / context etc.
–
There are no reviews yet.