Access my site at Github-Profile-Finder
- A simple React Website to find & browse Github User Profiles.
- This project utilizes the Github API to fetch data from Github.
- Technologies used:-
react.js
,git
,javascript
,html
,css
,node.js
,tailwindcss
,Daisy UI
.
git clone https://github.com/Rohan-Makwana/Github-Profile-Finder.git
- Go to the project directory
cd Github-Profile-Finder
- Install dependencies
npm install
- Start the server
npm run start
- Github Profile Finder is almost complete. May add new features, refactor code or update the UI in future.
- This project is inspired by & co-developed using one of the projects in Brad Traversy's 'React Front to Back 2022' course.