Skip to content

vinayramegowda/amzon-replica-reactjs

Repository files navigation

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

Key implementations

  • Login Authorization Functionality using FireBase.
  • Hosting on FireBase.
  • React Router.
  • React Context API(instead of Redux).

This project was bootstrapped with Create React App.

Scripts to Run the application

In the project directory, you can run:

npm start

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.

npm run build

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.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

About

A reactjs application which is similar to amazon.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published