Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
git-create-devben committed Aug 6, 2024
2 parents 013b1b8 + 1e3d447 commit dfb9be1
Showing 1 changed file with 79 additions and 23 deletions.
102 changes: 79 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,92 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Loca: Find Local Services Fast

## Getting Started
Welcome to Loca, your go-to solution for instantly connecting with local experts. Whether you need a plumber, electrician, or any other service provider, Loca is here to help you find the best professionals near you in no time.

First, run the development server:
Features

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
• Instant Service Discovery: Quickly find local services based on your location.
• User-Friendly Interaction: Simple and intuitive interface for seamless user experience.
• Real-time Updates: Get real-time information on available service providers.
• Enhanced with Google Places API: Leveraging the power of Google Places API for accurate and comprehensive local service listings.

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Demo

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
Here’s a quick demo of how Loca works:

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
User: “Hey Loca, any plumbers near me in Texas?”
Loca: “Yes! I found a great one nearby. Check it out and book now!”

## Learn More
#Getting Started

To learn more about Next.js, take a look at the following resources:
To get started with Loca, follow these steps:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
Prerequisites

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
• Node.js and npm installed on your machine.
• A Google Places API key.

## Deploy on Vercel
Installation

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
1. Clone the repository:

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
git clone https://github.com/git-create-devben/loca.git


2. Navigate to the project directory:

cd loca


3. Install the required dependencies:

npm install



Configuration

1. Create a .env file in the root directory and add your Google Places API key:

REACT_APP_GOOGLE_PLACES_API_KEY=your_api_key_here



Running the Application

1. Start the development server:

npm start


2. Open your browser and go to http://localhost:3000 to see Loca in action.

Usage

When you open Loca, you’ll be greeted with a friendly welcome message:

Welcome text: “Hey! What can I find for you today?”

Simply type in your query, and Loca will provide you with a list of local service providers based on your location.

Contribution

We welcome contributions from the community! To contribute:

1. Fork the repository.
2. Create a new branch (git checkout -b feature-branch).
3. Make your changes.
4. Commit your changes (git commit -m 'Add some feature').
5. Push to the branch (git push origin feature-branch).
6. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

• Thanks to the Google Places API for providing comprehensive local service listings.

##Contact

If you have any questions or suggestions, feel free to reach out to us at [email protected] or [email protected].

0 comments on commit dfb9be1

Please sign in to comment.