/api-connection

API connection practice.

Primary LanguageJavaScript

🍺 Craft Beer Explorer

Welcome to the Craft Beer Explorer, a React project that showcases a variety of craft beers sourced from the provided API.

🚀 Quick Start

  1. Setup & Installation

    Make sure you have Node.js and npm installed.

    Clone this repository:

    git clone [your-repo-link]

    Navigate into the project directory:

    cd [your-repo-directory]

    Install the required dependencies:

    npm install
  2. Running Locally

    Start the development server:

    npm start

    Once the server starts, it will automatically open in your default browser. If not, you can manually navigate to http://localhost:3000.

    Note: The page will reload automatically if you make any code edits. Keep an eye on the console for any potential lint errors.

📜 Resources

  • API Source: Explore the raw JSON data from the API here.

  • Design Inspiration: The visual design of this project was inspired by this Dribbble shot.