https://github.com/daggerok/pastry-shop
Pastry shop using ReactJS
https://github.com/daggerok/pastry-shop
parcel parcel2 parceljs react reactjs
Last synced: about 1 year ago
JSON representation
Pastry shop using ReactJS
- Host: GitHub
- URL: https://github.com/daggerok/pastry-shop
- Owner: daggerok
- License: mit
- Created: 2022-10-21T17:22:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T11:51:10.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:43:07.972Z (over 1 year ago)
- Topics: parcel, parcel2, parceljs, react, reactjs
- Language: JavaScript
- Homepage: http://daggerok.github.io/pastry-shop/
- Size: 3.41 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pastry-shop
Pastry shop using ReactJS
```
*------------------------------------------------------------*
| Innapstry Shop | Product search | --- | <--- Menu
| ---------------------------------------------------------- |
| New products ||| Popular procuts ||| About Us ||| Contacts |
| |
| *--------------------------------------------------------* |
| | | |
| | Product Cart 1 | |
| | | |
| *--------------------------------------------------------* |
| |
| *--------------------------------------------------------* |
| | | |
| | Product Cart 2 | |
| | | |
| *--------------------------------------------------------* |
| |
| ... |
| |
| *--------------------------------------------------------* |
| | | |
| | Product Cart N | |
| | | |
| *--------------------------------------------------------* |
| --- Footer --- |
*------------------------------------------------------------*
```
## Getting started
```bash
git clone https://github.com/daggerok/pastry-shop.git
code pastry-shop
cd pastry-shop
npm i -E --omit=optional
npm run dev
open http://127.0.0.1:1234
```
## Useful links
* https://parceljs.org/
* https://parceljs.org/recipes/react/
* https://www.youtube.com/c/Freecodecamp
* https://www.youtube.com/watch?v=bMknfKXIFA8&ab_channel=freeCodeCamp.org
* https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-client-rendering-apis
* https://create-react-app.dev/docs/adding-images-fonts-and-files/
* https://reactjs.org/docs/hooks-state.html
* https://css-tricks.com/how-to-use-css-grid-for-sticky-headers-and-footers/
* https://rsuitejs.com/guide/official-themes/
* https://rsuitejs.com/components/navbar/