/kashkart

E-Commerce Website using React-Hooks, React-Router, Context API and Custom Hooks

Primary LanguageJavaScript

🛒 kashkart 🛍️

Platform-Web Repo-Size Tech-Stack Automation

Built with React JS :atom: at core.

📑 Introduction

  • Mobile Responsive Single Page Application.
  • Ecommerce Store (Frontend ready).

🧑‍💻 Concepts/Tech Stack Used

  • Hooks and Context API for State Management.
  • React-Router for Routing.
  • JSON for consuming data(fake API) from json file.
  • Custom Hooks and Regular Expressions for Client-Side Form Validation.
  • SASS(SCSS syntax) for styling.
  • Gulp for Transpiling SCSS to CSS.

🖥️ Setup:

  • Install all project dependencies with npm install
  • Start the development server with npm start
  • Transpile SCSS to CSS with gulp
  • Open http://localhost:3000 to view it in the browser.

Note: This project was bootstrapped with Create React App.