An open API service indexing awesome lists of open source software.

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

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!

![Reddit Browser](images/screenshot-home-sm.png) ![Server Browser](images/screenshot-server-sm.png)

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).