https://github.com/jkmagnussen/would-you-rather-react-redux-project
Developed a would you rather app, exercising my ability to implement redux, the app lets a user play the “Would You Rather?” game. Within which the Redux store and reacts local state have been utilised.
https://github.com/jkmagnussen/would-you-rather-react-redux-project
react redux
Last synced: 3 months ago
JSON representation
Developed a would you rather app, exercising my ability to implement redux, the app lets a user play the “Would You Rather?” game. Within which the Redux store and reacts local state have been utilised.
- Host: GitHub
- URL: https://github.com/jkmagnussen/would-you-rather-react-redux-project
- Owner: jkmagnussen
- Created: 2020-06-24T11:35:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T02:03:10.000Z (over 1 year ago)
- Last Synced: 2025-01-21T05:42:51.008Z (5 months ago)
- Topics: react, redux
- Language: JavaScript
- Homepage: https://jkmagnussen-wouldyourather.netlify.app/
- Size: 91.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project instruction:
Application composition:
React, Redux, React Router, & Redux Thunk.
To install & launch this project:
1. git clone https://github.com/jkmagnussen/Would-Yoy-Rather--React-Redux-Project.git
2. cd Would\ You\ Rather/
3. npm install
4. nmp start
5. project should automatically load in the browser under, 'http://localhost:3000'