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

https://github.com/bentonfraizer/escape-room

"Escape room" is a website of a company that conducts game quests of various subjects and difficulty levels.
https://github.com/bentonfraizer/escape-room

react react-router-v6 redux styled-components webpack

Last synced: 3 months ago
JSON representation

"Escape room" is a website of a company that conducts game quests of various subjects and difficulty levels.

Awesome Lists containing this project

README

          

# Escape room

### About project

"Escape room" is a website of a company that conducts game quests of various subjects and difficulty levels.
On the website you can find an interesting quest on your favorite topic and find out all the details about it.

**This project works locally only**. From your PC.

### Stack
- React (TypeScript)
- React Router v.6
- Redux
- Webpack
- Styled-components

### ⚙️ How To Run Locally

1. clone repo with:
```
git clone git@github.com:BentonFraizer/escape-room.git
```
2. go into the project folder with:
```
cd escape-room/
```
3. install all dependencies with:
```
npm install
```
4. run in the **dev** mode with:
```
npm start
```
After npm start command will be running local **SERVER** with data for the app, and the **CLIENT**.