Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kimkykie/github-battle

GITHUB BATTLE
https://github.com/kimkykie/github-battle

axios github-api react react-router

Last synced: 26 days ago
JSON representation

GITHUB BATTLE

Awesome Lists containing this project

README

        

# GITHUB BATTLE
##### Repo for Github Battle. An exercise to learn React Fundamentals with [React Training](https://online.reacttraining.com/courses/enrolled/50507 "React Fundamentals")
To run the project:
1. Open your terminal and **git clone** the repository
2. **cd** into the github-battle folder
3. Run **npm install** *or* **yarn install** if you have *yarn* installed.
4. After all the packages are installed, run **npm start** *or* **yarn start**

#### Fundamentals covered in this project
* **React**
* **React Router**
* **Webpack**
* **Babel**
* **Axios**
* **Firebase Hosting**

#### Project Link: [Github Battle](https://react-fundamentals-6d222.firebaseapp.com/ "React Fundamentals Github Battle")