Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kimkykie/github-battle
- Owner: Kimkykie
- Created: 2017-04-30T08:43:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T12:42:56.000Z (over 7 years ago)
- Last Synced: 2024-11-15T16:29:06.444Z (3 months ago)
- Topics: axios, github-api, react, react-router
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")