Skip to content

charyyev2000/Shop-Online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop-Online

Here is the link

An E commerce platform made using React JS, Redux, Firebase (authentication), Firestore, Stripe API (temporarily creating dummy payment gateway)

The application is composed of the following Features:

Front-End

  • A landing page with animated minimalistic design, with the major categories of items.
  • A quick peek page where 5 products of each categories are on display.
  • A page with Sign-in and Sign-out components.
  • All form related fields are made using reusable components.
  • Has a cart feature which opens up and displays the items selected in a summary, also has a checkout button.
  • The cart component also allows to edit the contents of the items selected.
  • Check out features are yet to be integrated into the application.

Firebase

  • As of this moment I am using firebase for user authentication, also enabled google sign in authentication.
  • It is also used to store user data
  • In the future it will also hold all shopping related and cart related dtaa of each user.

SCREENSHOTS:

Landing Page:

Product Preview:

Sign-in && Sign-Up Page:

Cart Section:


Developed With

  • Visual Studio Code - A source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring
  • React - A javascript library for building user interfaces
  • Create react app - A quick method to start developing a react application.
  • Babel - A transpiler for javascript
  • Webpack - A module bundler
  • SCSS - A css metalanguage