This is a Next.js project bootstrapped with create-next-app
.
Visit https://vehicle-search-app.vercel.app/ to access the web application, or start dev server following the instruction below.
Install dependencies:
npm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
In the web application, you can view and search vehicles. By entering search text in the text box, you can perform full text search on all the vehicles stored in the database. Note that this search is case sensitive. In addition, you can filter results using the drowndown beside the text box. The results will be display below the top bar.
Next.js, Typescript, Tailwind CSS, react-icons, MongoDB, Vercel