Demo Link: https://tftc-master-app.vercel.app/
Create a user account to log in

Log in info, email: [email protected], password: admin123


If you want to work locally using your own IDE, you can clone this repo and push changes.
- The only pre-requirement is having Node.js & npm installed (LTS versions recommended)
- Follow these steps:
# Step 1: Open your terminal in your prefered directory (builtin terminal or VS Code terminal).
# Step 2: Clone the TftC-Master-App-Frontend repository using the project's Git URL as follows.
git clone https://github.com/mearafGitHub/TftC-Master-App-Frontend.git
# Step 3: Navigate to the project directory.
cd TftC-Master-App-Frontend
# Step 4: Install the necessary dependencies.
npm i
# Step 5: Start the development server with auto-reloading and an instant preview.
npm run dev
# To build the project.
npm run build
# Used AI for faster kickstart - along with active co-development.