Search engine clinet using Nextjs, Tailwind Css
Search app like google search but only client using nextjs and dummy data
Feature
- Search
- Suggestion search
- Auto Suggestion select
- Show image
Tech
- Next js
- Tailwind Css
- Jest
- React testing library
Screenshot
Home Page
Search Page
Image Page
Show Image
First, run the development server:
npm install
npm run dev
# or
yarn dev