https://github.com/jeffbax/q-live-demo
Demo React application I built for an interview
https://github.com/jeffbax/q-live-demo
create-react-app react react-router
Last synced: 8 days ago
JSON representation
Demo React application I built for an interview
- Host: GitHub
- URL: https://github.com/jeffbax/q-live-demo
- Owner: jeffbax
- License: mit
- Created: 2017-08-13T19:10:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T19:28:20.000Z (over 8 years ago)
- Last Synced: 2026-06-15T22:29:09.563Z (9 days ago)
- Topics: create-react-app, react, react-router
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Q-Live Demo
This project was my first attempt at writing a React application from scratch (as part of an interview). If you launch it, you'll see a homepage pulling headlines from the Quake Reddit and a few links to things like a mock server browser -- Quake 1 of course, the greatest FPS of all time!
 
Overall, it took about ~8 hours or so having never used React at all, aiming to simply play around the basics:
* React
* React router
* JSX
* Stateful & stateless components
* Basic application component layout
Not covered:
* Redux
* TypeScript
Don't mind the pretty rudimentary Bootstrap layout :) If anyone ever sees this, well hopefully it's a simple enough thing for you to learn from as well. This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).