Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 25 days ago
JSON representation

Discover the best cars in the world

Awesome Lists containing this project

README

        

# Car Showcase Website using Next.JS

![Car Showcase Website using Next.JS](/.github/images/img_main.png "Car Showcase Website using Next.JS")

[![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/sanidhyy "Ask Me Anything!")
[![GitHub license](https://img.shields.io/github/license/sanidhyy/car-showcase)](https://github.com/sanidhyy/car-showcase/blob/main/LICENSE.md "GitHub license")
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/sanidhyy/car-showcase/commits/main "Maintenance")
[![GitHub branches](https://badgen.net/github/branches/sanidhyy/car-showcase)](https://github.com/sanidhyy/car-showcase/branches "GitHub branches")
[![Github commits](https://badgen.net/github/commits/sanidhyy/car-showcase/main)](https://github.com/sanidhyy/car-showcase/commits "Github commits")
[![Vercel status](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)](https://carhb.vercel.app/ "Vercel status")
[![GitHub issues](https://img.shields.io/github/issues/sanidhyy/car-showcase)](https://github.com/sanidhyy/car-showcase/issues "GitHub issues")
[![GitHub pull requests](https://img.shields.io/github/issues-pr/sanidhyy/car-showcase)](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:

![Modern UI/UX](/.github/images/img1.png "Modern UI/UX")

![Showcase all cars](/.github/images/img2.png "Showcase all cars")

![Mobile Responsiveness](/.github/images/img3.png "Mobile Responsiveness")

![View Car Details](/.github/images/img4.png "View Car Details")

## :gear: Built with

[](https://reactjs.org/ "React JS")

[](https://nextjs.org/ "Next JS")

[](https://tailwindcss.com/ "Tailwind CSS")

[Built with Love](https://github.com/sanidhyy/ "Built with Love")

## :wrench: Stats

![Stats for this App](/.github/images/stats.svg "Stats for this App")

## :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

[![GitHub followers](https://img.shields.io/github/followers/sanidhyy?style=social&label=Follow&maxAge=2592000)](https://github.com/sanidhyy "Follow Me")
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmedical-chat-app "Tweet")
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](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.