Bored of spending hours to find what show to watch today? head to https://show-suggestions.vercel.app/.
This is a project made by following Lee Robinson's React 2025 course for learning purpose only. It is not a product/service rather just a project.
- Clone the project and install the dependencies:
npm install
# or
yarn install
-
Environment Variables: See
.env.example
for an example. -
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result ie. pages/index.js
being rendered.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository
- Deploying - The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.