This repository contains my implementation of the Would You Rather app. This is an assessment project for the Udacity's React Fundamentals course, part of the React Nanodegree Program.
Here is how you can load the application onto your local machine:
- Install node.js if you do not have it yet. It comes with npm(node package manager). Make sure that you install node with the PATH variable so you can run node anywhere in your command prompt/terminal.
- Install the react package using this command: npm install -g create-react-app
- Clone this repo or download it as a zip. if you download this as a zip, you will have to extract the files.
- In your command prompt/terminal, change directory to the project root.
- In order to install, run:
npm install
- to start the react app, run:
npm start
Application will start in your default browser at: localhost:3000
First, let us take this opportunity to thank all the creative minds for their great products and hard work.
Name | License |
---|---|
React JS | LICENSE |
React Redux | LICENSE |
React Thunk | LICENSE |
Tabler React | LICENSE |
React Time Ago | LICENSE |
- Google Fonts: http://www.google.com/fonts
- Avatar Set: Icon made by Freepik from www.flaticon.com
- 0.1.0 - Initial Release
If you liked this repository and want to contribute, please read our Contribution Guideline.
Licensed under MIT License.