/car_showcase

A nextjs project

Primary LanguageTypeScript

Car Showcase Web App 🚗

Welcome to my car showcase project web app, developed using Next.js. This application is a demonstration of the power of Next.js and its server rendering capabilities. I embarked on this journey after learning from a comprehensive tutorial on YouTube.

This project is bootstrapped with create-next-app and showcases a variety of cars for enthusiasts and potential buyers.

Getting Started 🚀

To get the project running on your local machine, follow these steps:

  1. Clone the repository

  2. Install the dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Open http://localhost:3000 with your browser to see the result.

Feel free to modify app/page.tsx to make changes. The page auto-updates as you edit the file.

Features ✨

  • Font Optimization: This project leverages next/font to automatically optimize and load Inter, a custom Google Font.
  • Server Rendering: Experience faster page loads with Next.js's server-side rendering capabilities.

Learn More 📚

To deepen your knowledge about Next.js and its features:

Deployment 🌐

Ready to take this to the world? Deploy your Next.js app effortlessly with the Vercel Platform. For more detailed instructions, refer to the Next.js deployment documentation.