A bootcamp capstone task that uses React & Express to get a Git user details using the GitHub API and display it accordingly.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Below is a list of things you need to use the project and how to install them.
- None
-
Clone the repo
git clone https://github.com/KaraboMolemane/git-user-details-api.git
-
Run Back end
- Open the project in a terminal and install NPM packages
npm install
- Once the installtion is done, you can start the backend by typing the following:
npm start
- The back end runs on http://localhost:8080/
- The project uses nodemon to automatically reload every time a change is made and saved.
- Open the project in a terminal and install NPM packages
-
Run Front end
- Open another instance of the terminal on your project and navigate to the front end by typing
cd frontend
- Install NPM packages for the front end
npm install
- Once the installtion is done, you can start the frontend by typing the following:
npm start
- The front end runs on http://localhost:3000/ and will automatically open on your default browser.
- The project uses nodemon to automatically reload every time a change is made and saved.
- Open another instance of the terminal on your project and navigate to the front end by typing
Once the project is opened in your browser. You will be presented with the home screen where you can input a phrase to search for.
Enter the phrase and hit 'Search'. The search result from the Git API will be shown.
Select a user from the serach results to see the user details.
You can click on one of the user's repo to see the repo details.
For more examples, please refer to the Documentation
- Future feature requests to be listed here
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
N/A
Karabo Molemane - https://www.linkedin.com/in/karabo-molemane/
Project Link: https://github.com/KaraboMolemane/git-user-details-api