Skip to content

Project built with React JS, using GitHub API user, that lets you search for a Github user by their name.

License

Notifications You must be signed in to change notification settings

maricastroc/search-github-user

Repository files navigation

Search-Github-User

search-github-user

📚 Project Description

This is an application that enables you to list GitHub users based on their name. The results are displayed through clickable cards, which can redirect users to either the user's GitHub page or a new application route that provides more detailed information about the selected user.

📌 What did I learn?

This was an excellent exercise to practice using routes in React, as well as passing parameters between different routes in the application. I also tried to use componentization as much as possible and used TypeScript to better organize the project and prevent bugs.

🔍 Links

Preview Site

💻 My Process

Built with:

ℹ️ How to run the application?

Clone the repository:

git clone https://github.com/maricastroc/search-github-user

Install the dependencies:

npm install

Start the service:

npm run dev

⏩ Access http://localhost:3000 to view the web application.

About

Project built with React JS, using GitHub API user, that lets you search for a Github user by their name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published