https://github.com/mux-mux/coffeehouse
(React Basics) Coffee beans React webstore [SCSS, React, React Router, {Hooks: useState, useEffect, useLocation, useNavigate, useContext}]
https://github.com/mux-mux/coffeehouse
css html react react-filter react-routing react-search scss usecontext useeffect uselocation usenavigate usestate
Last synced: about 2 months ago
JSON representation
(React Basics) Coffee beans React webstore [SCSS, React, React Router, {Hooks: useState, useEffect, useLocation, useNavigate, useContext}]
- Host: GitHub
- URL: https://github.com/mux-mux/coffeehouse
- Owner: mux-mux
- Created: 2023-04-24T11:04:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T10:56:42.000Z (10 months ago)
- Last Synced: 2025-08-01T12:57:10.794Z (10 months ago)
- Topics: css, html, react, react-filter, react-routing, react-search, scss, usecontext, useeffect, uselocation, usenavigate, usestate
- Language: JavaScript
- Homepage: https://jsgo.pro/coffeehouse/
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoffeeHouse :coffee:
## Amazing React Coffee beans shop App :star::star::star::star::star:
## [Live Link](https://jsgo.pro/coffeehouse) :link:
## Folder structure :open_file_folder:
## How To Use :closed_lock_with_key:
```bash
# Clone this repository
$ git clone git@github.com:mux-mux/coffeeHouse.git
# Go into the repository
$ cd coffeeHouse
# Install dependencies
$ npm install
# Start React App
$ npm start
```