Web application responsible for allowing users to search about users present on GitHub.
You can search for a specific user and get information about that searched user.
In this project, the following technologies were used:
To run the application, be sure you have Git installed on your machine.
1. Make clone this repository through the command:
$ git clone https://github.com/LucasAnselmoSilva12345/GitHub-User-Search github-user-search
2. After performing the clone the project, still in the terminal, enter the project folder:
$ cd github-user-search
Note: To perform the command execution in the next step, ensure that you have node installed on your machine to be able to use npm
. Or, if you prefer to install the dependencies via yarn
, make sure you have yarn installed on your machine.
3. After entering the project folder, run the command:
$ npm install
ou
$ yarn
To perform the installation of dependencies.
4. After installing the dependencies and still in the project folder vide terminal, run the command:
$ code .
To open the project in the Visual Studio Code.
5. After opening the project in your Visual Studio Code, go back to the terminal screen, and run the command:
$ npm run dev
ou
yarn dev
To execute the project
6. Once this is done, just open the project in your browser, through the link:
$ http://localhost:5173/