- Basic text searches
- Image searches
Before you begin, ensure you have met the following requirements:
- Node.js
- npm or yarn
- A Google API key
To set up the development environment for LookUp, follow these steps:
- Clone the repository:git clone [https://github.com/Anish202020/google-next.git]
- Navigate to the project directory:cd lookup
- Install the dependencies: npm install or yarn install
To start the development server, run:
npm run dev
or
yarn dev
Open your browser and navigate to http://localhost:3000
to see the application in action.
Contributions are welcome! To contribute to LookUp, follow these steps:
- Fork the repository.
- Create a new branch:git checkout -b feature/your-feature-name
- Make your changes and commit them:git commit -m 'Add some feature'
- Push to the branch:git push origin feature/your-feature-name
- Create a pull request.