AhlanAlghiff / Football-Club-Management-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Football Club Management System

Welcome to the Football Club Management System repository! This project is designed to manage Football Team.

Table of Contents

Features

Installation

  1. Clone the repository:

    git clone https://github.com/AhlanAlghiff/Football-Club-Management-System.git
  2. Navigate to the project directory:

    cd Football-Club-Management-System
  3. Install the required dependencies:

    npm install
  4. Set up Tailwindcs:

    npm install -D tailwindcss
    npx tailwindcss init
  5. In package.json write on the script npm run dev:

    npx tailwindcss -i ./src/css/input.css -o ./src/css/output.css --watch

Usage

  1. Open your browser and go to localhost/fcmanagement to access the admin dashboard.
  2. Use the provided login credentials to access the User functionalities.

Contributing

We welcome contributions! Please read our CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

License

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

About


Languages

Language:PHP 76.3%Language:CSS 23.5%Language:JavaScript 0.2%