mochafreddo / learn-nextjs

This is the code I followed while taking the free Next.js course from Nomad Coders.

Home Page:https://nextjs-movies-dun.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Movies

This is a Next.js project for showcasing movies.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

  • app/: Contains the main pages of the application.
  • components/: Contains reusable components.
  • styles/: Contains CSS modules for the components.
  • public/: Contains static files like images.

Built With

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

This is the code I followed while taking the free Next.js course from Nomad Coders.

https://nextjs-movies-dun.vercel.app


Languages

Language:TypeScript 64.2%Language:CSS 31.9%Language:JavaScript 3.9%