saadazghour / Local-Restaurant-Finder

πŸš€ Local Restaurant Finder, Is a React Native Mobile application crafted to assist users in discovering nearby restaurants based on their preferences and location. The app aims to provide a convenient and efficient way for users to explore various dining options in their local area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Restaurant Finder App πŸ”

Prerequisites

Before you start, make sure you have the following installed on your machine:

Getting Started

  1. Clone the Repository:

    git clone https://github.com/saadazghour/Local-Restaurant-Finder.git
    cd Local-Restaurant-Finder
  2. Install Dependencies:

    npm install
  3. Configure Environment:

    Create a .env file in the root of the project and add the following:
    API_URL=https://api.yelp.com/v3/businesses
    API_KEY=Om7o9BoujNHNNQSzxwTjMvF2yA5QCjoZQ0EjQK5cFUBoEiKqcVt8bCB1Cv5792mTNB1haNo55HeiNPiWepB0Ur8dQ-Tdn-PwSFXz6MAe4nsZf2TVWiIQjEVJoYW7XnYx
    BASE_URL=http://localhost:3001
    CORS_PROXY_URL=https://cors-anywhere.herokuapp.com
  4. Enable CORS access by visiting this link:

    To fix this, you need to request temporary access to the Heroku Proxy Server by going to the below URL:
    https://cors-anywhere.herokuapp.com/corsdemo
  5. Run the App:

    npm start
    Scan the QR code using the Expo Go app on your mobile device or run in an emulator.

Contributing

Feel free to contribute to the project and make it even better! If you encounter any issues or have suggestions for improvements, please open an issue. We welcome your contributions and ideas.

Happy coding! πŸš€

Enjoy Exploring! 🌟

About

πŸš€ Local Restaurant Finder, Is a React Native Mobile application crafted to assist users in discovering nearby restaurants based on their preferences and location. The app aims to provide a convenient and efficient way for users to explore various dining options in their local area.


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%