MaryRichelle / TechnoCity

Home Page:https://techno-city-ecommerce.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TechnoCity

E-Shop Project

Welcome to the E-Shop project!
This project is a front-end implementation of an e-commerce platform for selling mobiles, laptops, and home appliances.

You can view the project online here

Table of Contents

Features

  • Browse and view products in different categories.
  • Add products to the cart.
  • View and edit the shopping cart.
  • Place an order.

Installation

  • Open the project folder using VS Code or any preferred code editor.
  • Clone the repository:
  git clone https://github.com/MaryRichelle/TechnoCity.git
  • Run npm install command to download all dependencies listed in package.json file.
  • Create a .env.local file in the root folder of the project
apiKey = process.env.REACT_APP_API_KEY;
  • Start the server by running npm start from the terminal.
  • The application will be accessible at http://localhost:3000/.

Usage

  • Navigate through the categories to explore products.
  • Click on a product to view details.
  • Add products to the cart.
  • Go to the cart page to review and modify your order.
  • Proceed to checkout to place an order.

Technologies Used


Desktop view of TechnoCity app

About

https://techno-city-ecommerce.vercel.app


Languages

Language:JavaScript 96.7%Language:HTML 2.8%Language:CSS 0.5%