This is the FEF (React) Final Project.
Requirements:
- Home Page - Utilize React & Redux to build a page that introduces the site/project
- 'Mine' Page - Build a page called "Mine" which utilizes the GitHub API and fetches the repos for a specific user (you)
- Search Page - Build a page that uses the GitHub API and lets the user search for public repos on GitHub matching the query "Javascript" This should run as soon as the page loads (use component lifecycle).
In addition to meeting the requirements, I added styling and the ability to search for any popular public repo. In addition, the 'Mine' page will let you search for public repos by any author, simply supply their GitHub username!
#Installation
First clone the repo and navigate to it using your CLI.
Run: npm run-script build
to create a production build.
Run: npm install
to install the dependencies.
Run: npm start
The project will listen on port 3000 by default.
Navigate to localhost:3000
in your web browser!