Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akasrai/daily-quiz-web

React App to manage Daily Quiz application
https://github.com/akasrai/daily-quiz-web

hacktoberfest hacktoberfest2020 javascript npm react typescript yarn

Last synced: 22 days ago
JSON representation

React App to manage Daily Quiz application

Awesome Lists containing this project

README

        


logo

Daily Quiz



A web based application to manage Daily Quiz app. [In Progress]

### Installation

1. Clone project

```
git clone [email protected]:akasrai/daily-quiz-mobile.git
```

2. Install Dependencies

```
cd daily-quiz-web
yarn
```

3. Setup env

- Create new file `.env`
- Copy content from [.env.example](https://github.com/akasrai/daily-quiz-web/blob/master/.env)
- Add valid API url

4. Run development Server

```
npm start
```

### Backend Setup

- Find backend setup [here](https://github.com/akasrai/daily-quiz-backend)

---

Created with React