https://github.com/ibrsec/accordion-react
https://github.com/ibrsec/accordion-react
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/accordion-react
- Owner: ibrsec
- Created: 2024-04-01T02:17:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T08:52:58.000Z (about 2 years ago)
- Last Synced: 2025-01-08T21:36:44.671Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://accordion-react-neon.vercel.app
- Size: 6.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random Profiles Pagination and Accordion Project
An awesome Random Profiles Pagination and Accordion Project
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
[](https://accordion-react-neon.vercel.app/)
---
๐ฆ Used random users api for random profiles data
๐ฏ Used React environment, components, use state, use effect, context api hook, sass
๐ฅ Used javascript for pagination and accordion
```sh
# clone the project
git clone https://github.com/ibrsec/accordion-react.git
# enter the project directory
cd accordion-react
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
accordion-react (folder)
|
|---public (folder)
+ |---src (folder)
| |---img (folder)
| | |
| |---scss (folder)
| | |---_reset.scss
| | โ---_variable.scss
| |
| |---components (folder)
| | |---contex (folder)
| | | โ---Users.jsx
| | |
| | |---header (folder)
| | | |---Header.jsx
| | | โ---Header.scss
| | |
| | โ---main (folder)
| | |---pagination (folder)
| | | |---PaginationCount.jsx
| | | โ---PaginationCount.scss
| | |
| | |---cardContainer (folder)
| | | |---CardContainer.jsx
| | | โ---CardContainer.scss
| | |
| | |---card (folder)
| | | |---CardEach.jsx
| | | โ---CardEach.scss
| | |
| | โ---pagination (folder)
| | |---PaginationCount.jsx
| | โ---PaginationCount.scss
| |
| |
| |---App.js
| |---App.scss
| |---Index.js
| โ---Index.scss
|
|----index.html
|----package.json
|----yarn.lock
โ----readme.md
```
---