Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtuvn/car-market-shop
https://github.com/mrtuvn/car-market-shop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtuvn/car-market-shop
- Owner: mrtuvn
- Created: 2024-11-25T10:13:26.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-26T10:36:26.000Z (about 1 month ago)
- Last Synced: 2024-11-26T11:35:07.625Z (about 1 month ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
Sample web app build with ReactJS and styles with tailwindcss
## Structures
- Admin managable: Able to add item from backend
- src: main folder (parent of all)
- collections: packages of entity for payload framework used
- components: contains re-usable jsx component
- redux: store, slices related
- constants: contain immutable string
- hooks: re-usable function component
- layouts: define base layout
- providers: define providers: cart, theme v.v
- types: define types entity such as Product, Cart v.v
- utilities: re-usable functions, cleanup , calculate