The Clubs Finder App is a JavaScript application designed to help users find and manage information about various football clubs. This project is part of the Belajar Fundamental Front-End Developer course.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/andra182/clubs-finder-app.git
- Navigate to the project directory:
cd clubs-finder-app
- Install the dependencies:
npm install
To developing the application, use the following command:
npm run dev
Open your browser and navigate to http://localhost:8080
to see the application in action.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.