Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.14 KB

Github Battle

Github Battle is a multipage webapp that fetches data via Ajax requests to Github API. Custom boilerplate using React, Webpack, Babel, react-router, and axios. Served using Firebase.

This is my implementation of the final project of React Fundamentals, a course which can be found here.

Features

Custom Boilerplate: Custom NPM boilerplate using React, bundling via Webpack, and Babel as a compiler.

Multipage: Routing through react-router

Instantaneous Data: Data is fetched instantaneously via Ajax requests to the Github API using axios

Live Hosting: Check out the live application as hosted using Firebase HERE.

Usage

Run npm install -> installs dependencies Run npm run start -> starts a local instance of Webpack dev server Go to localhost:8080 to check out a locally hosted instance of Github Battle.