Altschool second semester exam project for frontend engineering track
- Implement an API fetch of your GitHub portfolio.
- Set up react router.
- Show a page with a list of all your repositories and implement pagination
- Implement nested routes to show further details of a single repo.
- Implement Error Boundary and page to test it.
- Implement 404 pages
- Implement proper SEO.
- Solution URL: https://github.com/Achele/Altschool-Exam
- Live Site URL: https://altschool-exam-achele.vercel.app/
- React - JS library
React is a popular JavaScript library for building user interfaces.
Vite is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.
Using the two in conjunction is one of the fastest ways to build a web app.
- Hit run
- Edit App.jsx and watch it live update!
By default, Replit runs the dev
script, but you can configure it by changing the run
field in the configuration file. Here are the vite docs for serving production websites
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Twitter - @ojoachele