Application is deployed with vercel, can be accessed here
- Fetch data from github in the middleware
- Show data in a simple way
- Configure deployment
- Work on the design until satisfaction
- Refactor the code
- Add unit tests
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
-
I used next.js for server-side rendering and simple API implementation
-
I initially started with styled-components but then switched back to tailwindcss. Styled components was going to cause unnecessary bloat and was not the best option.