A modern web application for calculating academic grades with support for modules, TPs, and weighted coefficients.
- Clone the repository:
git clone <your-repository-url>
cd <project-directory>
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser
For the best development experience, install these VS Code extensions:
- ESLint
- Prettier
- Tailwind CSS IntelliSense
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production build locallynpm run lint
- Run ESLint
- React
- TypeScript
- Tailwind CSS
- Vite
- Lucide Icons