The Softball Stat Tracker is a web application designed to track and analyze individual and team statistics for slowpitch softball games. This repository contains the frontend part of the project, which provides a user-friendly interface for managing teams, players, games, and viewing statistical data.
- User Authentication: Secure login and registration system.
- Team Management: Create teams, manage rosters, and check player availability for games.
- Game Setup: Schedule games and set lineups.
- Stat Tracking: Record and analyze player performance for each game.
- Astro - An all-in-one web framework for building fast, content-focused websites.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- PostCSS - A tool for transforming CSS with JavaScript.
- Autoprefixer - A PostCSS plugin to parse CSS and add vendor prefixes to CSS rules.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/yourusername/softball-stat-tracker-frontend.git
cd softball-stat-tracker-frontend- Install Dependencies:
npm install- Start the Development Server:
npm startAfter starting the app, you can navigate to the localhost url in your browser to start using the Softball Stat Tracker.