Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axendeveloper/react-players-stats

The application shows a list of players with their score.
https://github.com/axendeveloper/react-players-stats

players points react typescript

Last synced: 24 days ago
JSON representation

The application shows a list of players with their score.

Awesome Lists containing this project

README

        

![Header image](https://raw.githubusercontent.com/aXenDeveloper/react-players-stats/master/screenshots/1.png)

# (React / NextJS) Players Stats

The application shows a list of players with their score.

Players have colors when:

- score <= 100 - color **red**,
- score > 100 - color **green**

Score can have (0-150).

## 🧰 Install

Use commands:

```bash
git clone https://github.com/aXenDeveloper/react-players-stats

npm i
```

## 🛠 Run

```bash
npm run dev
```

## 🔨 Deployment

Command:

```bash
npm run build
```

## 💻 Server

Commands:

1. ```bash
npm run build
```
2. ```bash
npm start
```

## 📂 Packages

| Packages | Description |
| --------------------------------------------- | ------------------- |
| [NextJS](https://nextjs.org/) | Framework ReactJS |
| [Typescript](https://www.typescriptlang.org/) | Types in JavaScript |
| [SASS](https://sass-lang.com/) | Style SCSS |
| [uuid](https://www.npmjs.com/package/uuid) | Unique ID |
| [Font Awesome](https://fontawesome.com/) | Icons SVG |

## 📷 Screenshots

![2](https://raw.githubusercontent.com/aXenDeveloper/react-players-stats/master/screenshots/2.png)