Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanuarprayoga9/game-listing
https://github.com/yanuarprayoga9/game-listing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/game-listing
- Owner: Yanuarprayoga9
- Created: 2023-11-01T12:04:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T22:24:53.000Z (about 1 year ago)
- Last Synced: 2023-11-04T00:24:47.449Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://game-listing-blush.vercel.app
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh# Game Listing
A brief description of what this project does and who it's for
## Authors
- [@Yanuarprayoga9](https://github.com/Yanuarprayoga9)
## Tech Stack
**Client:** React, Redux, TailwindCSS,axios,vite
**Server:**
## Screenshots
![App Screenshot](./public/darkmode.png)
![App Screenshot](./public/lightmode.png)## Features
- Light/dark mode toggle
- Live previews## Run Locally
Clone the project
```bash
git clone https://github.com/Yanuarprayoga9/Game-Listing
```
Go to the project directory```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```