Skip to content

Commit 0bddb9f

Browse files
committed
Update Readme
1 parent e150717 commit 0bddb9f

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
21
<div align="center">
32
<img src="./public/logo.png" alt="SearchEx Logo" width="250" align="center">
43
<!-- <p>A working search engine clone built using Next.js 13</p> -->
54
</div>
65

7-
8-
## Features
9-
* Clean UI
10-
* Search for web pages, images, news, and videos
11-
* View search history and saved searches
12-
* Sign up, log in, and log out
13-
* Support for multiple authentication providers (e.g. Google, GitHub)
14-
* Pagination system at the bottom of the search page
15-
* Open AI integration for generating text.
16-
* Light & dark Theme
6+
## About The Project
7+
SearchEx is a search engine clone developed using NextJs, providing a powerful and intuitive search experience. It allows users to search for web pages, images, news, and videos.
8+
9+
### Features
10+
* Features
11+
* Clean and user-friendly UI
12+
* Comprehensive search capabilities
13+
* Intelligent auto-suggestions
14+
* Search history page
15+
* Profile management
16+
* User authentication with GitHub and auth0
17+
* Pagination system for search results
18+
* OpenAI integration for enhanced search intelligence
19+
* Light & dark theme options
20+
* Fully responsive design
1721

1822
## Getting Started
1923

@@ -64,10 +68,10 @@ The website auto-updates as you edit the file.
6468
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
6569

6670
## Screenshots
67-
![Alt text](./public/images/home.png)
68-
![Alt text](./public/images/page_1.png)
69-
![Alt text](./public/images/page_2.png)
70-
![Alt text](./public/images/page_3.png)
71+
![Screenshot 1](./public/images/home.png)
72+
![Screenshot 2](./public/images/page_1.png)
73+
![Screenshot 3](./public/images/page_2.png)
74+
![Screenshot 4](./public/images/page_3.png)
7175

7276

7377
## License

0 commit comments

Comments
 (0)