An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

:shopping_cart: kashkart :shopping:


Platform-Web
Repo-Size
Tech-Stack
Automation

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).