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

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

Awesome Lists containing this project

README

          








Logo

Context DummyStore App


An awesome Context DummyStore App
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![context-dummystore](./public/project.gif)](https://context-dummystore.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview

๐Ÿ“ฆ 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

(back to top)


## ๐Ÿ›ซ Quick Setup

```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
```

(back to top)


## ๐Ÿ“‚ Directory structure

```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
```

(back to top)

---


### ๐Ÿ—๏ธ Built With











(back to top)