Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/organique0/car-showcase

React, Next JS 13, TypeScript, Tailwind CSS
https://github.com/organique0/car-showcase

Last synced: 4 days ago
JSON representation

React, Next JS 13, TypeScript, Tailwind CSS

Awesome Lists containing this project

README

        

React, Next JS 13, TypeScript, Tailwind CSS
Very quick and simple project with the main focus on fetching data from APIs, displaying the data and allowing you to search and filter it.

This branch has the code that is moslty client rendered because of an anoying bug that scrolls the page to the top everytime you change a filter.

Tutorial by @javascriptmastery.
Car images are from https://www.imagin.studio/car-image-api
They have an amazing api that allows you to access high quality car models that you can showcase them on your site.
The car data is from another api: https://rapidapi.com/apininjas/api/cars-by-api-ninjas.

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.