https://github.com/sanidhyy/car-showcase
Discover the best cars in the world
https://github.com/sanidhyy/car-showcase
car car-showcase css html javascript js next rapidapi react reactjs tailwindcss vercel
Last synced: 4 months ago
JSON representation
Discover the best cars in the world
- Host: GitHub
- URL: https://github.com/sanidhyy/car-showcase
- Owner: sanidhyy
- License: mit
- Created: 2023-10-05T12:35:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T05:06:23.000Z (4 months ago)
- Last Synced: 2026-02-13T12:56:16.269Z (4 months ago)
- Topics: car, car-showcase, css, html, javascript, js, next, rapidapi, react, reactjs, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://carhb.vercel.app/
- Size: 3.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Car Showcase Website using Next.JS

[](https://github.com/sanidhyy "Ask Me Anything!")
[](https://github.com/sanidhyy/car-showcase/blob/main/LICENSE.md "GitHub license")
[](https://github.com/sanidhyy/car-showcase/commits/main "Maintenance")
[](https://github.com/sanidhyy/car-showcase/branches "GitHub branches")
[](https://github.com/sanidhyy/car-showcase/commits "Github commits")
[](https://carhb.vercel.app/ "Vercel status")
[](https://github.com/sanidhyy/car-showcase/issues "GitHub issues")
[](https://github.com/sanidhyy/car-showcase/pulls "GitHub pull requests")
## ⚠️ Before you start
1. Make sure **Git** and **NodeJS** is installed
2. Clone this repository to your local computer.
3. Create `.env.local` file in root folder.
4. Contents of **.env.local**:
```
NEXT_PUBLIC_RAPID_API_KEY=XXXXXXXXXXXXXXXXXXXX
NEXT_PUBLIC_CAR_IMAGE_API_KEY=XXXXXXXXXXXXXXXXXXXX
```
5. Open terminal in root directory. Run `npm install` or `yarn install`.
6. Now, to setup API, go to [Rapid API Website](https://rapidapi.com/ "Rapid API Website") and create an account.
7. Enable this API to fetch Cars data: [API: Cars by API Ninjas](https://rapidapi.com/apininjas/api/cars-by-api-ninjas/ "API: Cars by API Ninjas").
8. After enabling you can get your API Keys and paste them in `.env` file in `NEXT_PUBLIC_RAPID_API_KEY`.
9. To fetch car image details, go to [Car Image API](https://www.imagin.studio/car-image-api "Car Image API") and create and account.
10. Now paste your API Keys in `.env` file in `NEXT_PUBLIC_CAR_IMAGE_API_KEY`.
11. Now app is fully configured :+1: and you can start using this app using `npm run dev` or `yarn run dev`.
**NOTE:** Make sure you don't share these keys publicaly.
## :camera: Screenshots:




## :gear: Built with
[
](https://reactjs.org/ "React JS")
[
](https://nextjs.org/ "Next JS")
[
](https://tailwindcss.com/ "Tailwind CSS")
[
](https://github.com/sanidhyy/ "Built with Love")
## :wrench: Stats

## :raised_hands: Contribute
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
## :coffee: Buy Me a Coffee
[
](https://www.buymeacoffee.com/sanidhy "Buy me a Coffee")
## :rocket: Follow Me
[](https://github.com/sanidhyy "Follow Me")
[](https://x.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmedical-chat-app "Tweet")
[](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw "Subscribe my Channel")
## :star: Give A Star
You can also give this repository a star to show more people and they can use this repository.
## :books: Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## :page_with_curl: Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.