Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geeekyboy/would-you-rather
Created with CodeSandbox
https://github.com/geeekyboy/would-you-rather
Last synced: 15 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/geeekyboy/would-you-rather
- Owner: GeeekyBoy
- Created: 2021-05-03T13:28:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T17:17:33.000Z (over 3 years ago)
- Last Synced: 2024-11-08T02:48:00.039Z (2 months ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/GeeekyBoy/would-you-rather
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Would You Rather
## Overview
Would You Rather is a new online voting system that demonstartes how React and Redux shape a massive power when they are combined together.
## System Features
* Complete voting system.
* Leaderboard.## Technical Features
* Single Page Application
* Styled by styled-components.
* Login System.
* Responsive.
* Lightweight.## Prerequisites
* An active internet connection
* Modern Web Browser
* NodeJS
* NPM## Installing Dependencies
```
npm install
```## Running
```
npm start
```## Building
```
npm run-script build
```## License
*Would You Rather* is released under the **GNU AGPLv3** license.