Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanuarprayoga9/game-listing


https://github.com/yanuarprayoga9/game-listing

Last synced: about 2 months ago
JSON representation

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