Part of devChallenges project - my solution
live link can be found here
- deployed with vercel
- Create a Github profile page that matches the given design.
- Use HTML to create the basic structure.
- Add inputs, images, buttons,.. according to the design.
- Use JavaScript to add interactivity.
- Users should be able to search for user by user name.
- User should be able to see the number of followers, following, and location.
- User should be able to see the repositories that profile has.
- User should be able to see the details of each repository.
- When users select repository card, they should be able to see the repository page in the new tab.
- The page should be responsive on different screen sizes.
- Deploy the solution and submit Repository URL and Demo URL.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh