Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.42 KB

README.md

File metadata and controls

55 lines (34 loc) · 2.42 KB

Search Engine using NextJs + Tailwind CSS:-

Firezilla is a search engine that has been developed using Google search API. The app has been developed on NEXT JS, alongwith Tailwind CSS that has been used for styling. The app also features Pagination to check out the different search results that get displayed.

What i learnt in this project:-

  1. Using Google's search API .
  2. Better understanding of how to use environment variables and routing in Next JS.
  3. Better understanding of Talwind CSS(especially on how to create gradient backgrounds).

Link to the website:- Link.

Screenshots of the app:-

Landing Page:-

pic1

Search Results Page-top:-

pic2

Search Results Page-Bottom:-

pic3

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.