Skip to content

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

Notifications You must be signed in to change notification settings

mochafreddo/learn-nextjs

Repository files navigation

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.