/show-suggestions

A website with a socially interactive design where users can login, explore new shows, and give their comments. Users can add sites and give feedback instantly.

Primary LanguageJavaScript

Show Suggestions

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.

Built Using

Running Locally

  • Clone the project and install the dependencies:
npm install
# or
yarn install
  • Environment Variables: See .env.examplefor 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.

Learn More

This is a Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository

Check out our Next.js deployment documentation for more details.