This project was designed to look very similar to amazon.com. it has been deployed on Firebase and here is a link to see a live demo of the application https://replica-vinay704.web.app/. The project is a Single page application (SPA) with BEM Naming conventions. It uses react router to route to different pages like login page, checkout page and home page. It is very well organized into different components whereeach component only works on a particular function so that it makes it easier to extend the application and also make the application loosely coupled. The login page uses Firebase authentication to authenticate or to add new login to the application. Please do havea look at my live demo (https://replica-vinay704.web.app/). Thanks
- Login Authorization Functionality using FireBase.
- Hosting on FireBase.
- React Router.
- React Context API(instead of Redux).
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment