https://github.com/sameerkali/cashcart
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.
https://github.com/sameerkali/cashcart
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sameerkali/cashcart
- Owner: sameerkali
- Created: 2022-10-02T15:53:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T15:53:17.000Z (over 3 years ago)
- Last Synced: 2025-04-13T07:53:01.361Z (about 1 year ago)
- Language: JavaScript
- Size: 4.12 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:shopping_cart: kashkart :shopping:
Built with React JS :atom: at core.
Live Site
## :bookmark_tabs: Introduction
- Mobile Responsive Single Page Application.
- Ecommerce Store (Frontend ready).
## :technologist: 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.
## :desktop_computer: 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](http://localhost:3000) to view it in the browser.
Note: This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).