- View the optimal layout for each page depending on their device's screen size
- See hover states for all interactive elements throughout the site
- View all jobs currently live on the GitHub Jobs API
- Be able to click a job from the index page so that they can read more information and apply for the job
- Have the correct color scheme chosen for them based on their computer preferences. See
prefers-color-scheme
in CSS.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Next.js Docs - learn about Next.js features and API.
- Next.js Learning - an interactive Next.js tutorial.
- Next.js Repo - open-source GitHub repository.
- Next.js Deployment - the easiest way to deploy your Next.js app
- Vercel Platform - from the creators of Next.js.