Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 840 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 840 Bytes

Introduction

A state-of-the-art modern application that leverages all of the latest and greatest of what Next 14 has to offer:

  • Use Next.js 14 App Router and Server Side Rendering
  • Implement Advanced Search Functionality
  • Create Filtering Capabilities
  • Optimize Metadata and SEO
  • Create custom filter, combobox, and modal elements
  • Maintain a well-organized file and folder structure.
  • Embrace the principles of writing clean code.

Getting Started

First, replace API Keys: (.env)

XRapidAPIKey=xxxxxxx
XRapidAPIHost=xxxxxxx
API_USER=xxxxxxx

Cars by API-Ninjas , Cars Image API

Running Development Server

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev