Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 900 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 900 Bytes

🏎️ CarHub

ℹ️ Description

A next.js app that showcases various cars along with their descriptions, images, specs and more

🧬 Live Site

https://carhub-1.vercel.app

🔮 Tech Stack

  • Next.js
  • React
  • Typescript
  • Tailwindcss
  • Postcss

📦 Installation

npm install

🚀 Running the app

# development
npm run dev

# build
npm run build

# start
npm start

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

📝 Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!