👾 Tech Stack
🎯 Features
- Google Authentication
- Web & Image Search
- Pagination
This project uses Yarn as package manager
npm install --global yarn
Clone the project
git clone https://github.com/zwelhtetyan/ggl-nextjs.git
Go to the project directory
cd my-project
Install dependencies
yarn
To run this project, you will need to add the following environment variables to your .env file
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
API_KEY
CX_KEY
SECRET
Start the server
yarn dev
Contributions are always welcome!