Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akasrai/daily-quiz-web
- Owner: akasrai
- License: mit
- Created: 2020-05-26T18:46:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:52:00.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:08.695Z (4 months ago)
- Topics: hacktoberfest, hacktoberfest2020, javascript, npm, react, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 1.77 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 url4. Run development Server
```
npm start
```### Backend Setup
- Find backend setup [here](https://github.com/akasrai/daily-quiz-backend)
---
Created with React