https://github.com/ibrsec/context-dummystore
DummyStore with context api
https://github.com/ibrsec/context-dummystore
axios context-api react tailwind
Last synced: about 1 month ago
JSON representation
DummyStore with context api
- Host: GitHub
- URL: https://github.com/ibrsec/context-dummystore
- Owner: ibrsec
- Created: 2024-04-29T11:20:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T12:38:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:36.303Z (over 1 year ago)
- Topics: axios, context-api, react, tailwind
- Language: JavaScript
- Homepage: https://context-dummystore.vercel.app
- Size: 7.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Context DummyStore App
An awesome Context DummyStore App
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://context-dummystore.vercel.app/)
---
๐ฆ Used dummystore products and users api
๐ฏ Used React environment, context api,react-routing,tailwind,heroicons,axios
๐ฅ get credentials with double clicking the login inputs and Login
๐ฉ Home, About and Product tabs are exist
๐ช Screen users under About tab
๐ฑ Screen products under Products tab
๐ user can search products, and look details of the products
```sh
# clone the project
git clone https://github.com/ibrsec/context-dummystore.git
# enter the project directory
cd context-dummystore
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
context-dummystore (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---assests (folder)
| |
| |---pages (folder)
| |
| |---components (folder)
| |
| |---app (folder)
| | โ---store.jsx
| |
| |---features (folder)
| | |---mp3Slice.jsx
| | โ---loginSlice.jsx
| |
| |---router (folder)
| | โ---AppRouter.jsx
| |
| |---App.js
| |---Index.js
| โ---Index.css
|
|----package.json
|----yarn.lock
|----tailwind.config.js
|----.env
โ----readme.md
```
---