https://github.com/rahimuj570/gameology-assignment-9
This is my React Router Assignment project.
https://github.com/rahimuj570/gameology-assignment-9
Last synced: 21 days ago
JSON representation
This is my React Router Assignment project.
- Host: GitHub
- URL: https://github.com/rahimuj570/gameology-assignment-9
- Owner: rahimuj570
- Created: 2022-04-08T13:35:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T13:36:01.000Z (about 3 years ago)
- Last Synced: 2023-08-18T19:34:59.131Z (almost 2 years ago)
- Language: JavaScript
- Size: 968 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gameology - Games Reviewer
## [Live Site](https://gameology-assignment.netlify.app)
### `Technology I was using:`
- React
- React Hooks (useState, useEffect, Router, React Icon, useNavigate, etc.)
- Tailwind CSS
- Rechart
- FakeData JSON### `Highlight of This Project:`
- At first I create all the components.
- Then I create the UI
- Then I create a FakeData.JSON
- Then make a Utilize folder and make a custom hook to avoid repeat the same code.
- At the end I fetch the FakeData and complete this project.