This project is a front-end challenge built with React, Context API, Styled-components, Prop-types, and structured using atomic design.
The GitSearch lists GitHub users, showing a little bit about themselves and they projects.
You can find the layout of this project at Figma.
The API used in this project is the GitHub REST API, you can found the docs at this link.
- Clone the repository:
git@github.com:leopoldo8/gitsearch.git
- Access the directory:
cd gitsearch
- Install the dependencies:
npm install
- Run the app:
npm start