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.
- Host: GitHub
- URL: https://github.com/bentonfraizer/escape-room
- Owner: BentonFraizer
- Created: 2022-09-06T09:54:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T20:05:36.000Z (over 3 years ago)
- Last Synced: 2026-01-03T17:46:00.388Z (6 months ago)
- Topics: react, react-router-v6, redux, styled-components, webpack
- Language: TypeScript
- Homepage:
- Size: 7.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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**.