In this project I used the GitHub API to get the user profile data.
View deployment: github-user-search
- React
- Tailwind.css
- Styling components with tailwind
- Using tailwind grid for cards
- Fetch and consume API
- UseState and useEffect
- Displaying reactive data on user cards
- Use handle key press event with React
- Test with Cypress
- Deploy React app with gh-pages
Clone the project
git clone https://github.com/corderodev/github-user-search.git
Go to the project directory
cd github-user-search
Install dependencies
npm install
Start the server
npm run start
To run tests, run the following command
npm run cypress:open
To deploy this project first run
npm run predeploy
and then run the following
npm run deploy
If you have any feedback, please write me at [email protected]