Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipanshkhandelwal/would-you-rather
Would you rather select this or that ?
https://github.com/dipanshkhandelwal/would-you-rather
react react-redux-loading react-router redux thunk-middleware
Last synced: 17 days ago
JSON representation
Would you rather select this or that ?
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/would-you-rather
- Owner: DipanshKhandelwal
- Created: 2019-01-03T18:20:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T11:52:06.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T23:15:37.524Z (2 months ago)
- Topics: react, react-redux-loading, react-router, redux, thunk-middleware
- Language: JavaScript
- Size: 356 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Would You Rather ?
Would you rather select this or that ?
A web application that lets users propose questions, which other users can then answer. This app was made with react and it's learning goal was to learn Redux.
## Clone
``` bash
git clone https://github.com/DipanshKhandelwal/would-you-rather.git
cd would-you-rather
```## Run
``` bash
npm install
npm start
```# DATA
Refer about the [_DATA.js](./src/utils/_DATA.js) file [here](./src/utils/DATABASE.md).