/github-finder

App done to learn React.js. It's part of the course "React Front to Back" from Udemy.

Primary LanguageJavaScript

Github Finder - Example React.js Application

This project was bootstrapped with Create React App.

It consists mainly of a Github Finder application, where you can find and view users and their public repository information.

It was built step-by-step by me as part of the learning process for the course React Front To Back from Udemy.

How to Run

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Running Tests

npm test

Applying ESLint

npm run format-code

Building (Bundle & Minify)

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.