Skip to content

Commit f470a83

Browse files
authored
Upload project v0.1
She opened her eyes and smiled.
1 parent bf791fe commit f470a83

13 files changed

+5358
-2
lines changed

README.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# react-quiz
2-
This is a sample quiz app developed in React.js
1+
## Synopsis
2+
3+
At the top of the file there should be a short introduction and/ or overview that explains **what** the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)
4+
5+
## Code Example
6+
7+
Show what the library does as concisely as possible, developers should be able to figure out **how** your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
8+
9+
## Motivation
10+
11+
A short description of the motivation behind the creation and maintenance of the project. This should explain **why** the project exists.
12+
13+
## Installation
14+
15+
React Quiz
16+
17+
## Requirements
18+
1. Node.js
19+
20+
21+
## How to setup
22+
23+
1. Extract files
24+
2. Open node command line and browse to directory location
25+
3. Install app (npm install)
26+
4. Run app (npm start)
27+
28+
29+
## Comments
30+
31+
This was a lot of fun and really enjoyed playing with the transitions. It did not seem necessary to use redux/flux at first, but then saw how I could expand it and would have redone it using a store for state management in hindsight.
32+
33+
I ran into some issues parsing the single quote tick from the json files and will do some more research and how to properly decode the json text.

0 commit comments

Comments
 (0)