Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 1.02 KB

README.md

File metadata and controls

78 lines (56 loc) · 1.02 KB

Mini Project: E-Commerce

Date: 24 - Oct - 2020

Functions

  1. Home
  2. Product page
  3. Special offer page
  4. Product details page
  5. Products compare page
  6. Product summary page
  7. Login / Forgot password
  8. Registration page
  9. Contact us
  10. Normal information page
  11. FAQ
  12. COMPONENTS of PAGES

Screenshot

Tech-Stack

  • ASP.NET Core
  • bootstrap
  • MVC Model

API Used

Deploy

Plan Of Action

After this project

I have improve my knowledge about I have understand about Next Steps:

Directory Structure

.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
    ├── App.js
    ├── App.css
    ├── index.css
    └── index.js

Set up

Use the cmd line to clone repo to your computer

git clone [github_repo_url]

Use the cmd line to install dependencies.

npm install

Run in cmd for start the dependencies server

npm start