Skip to content

Nazimbenbetka/Average-calculator

Repository files navigation

NSAST Grade Calculator

A modern web application for calculating academic grades with support for modules, TPs, and weighted coefficients.

Prerequisites

Local Development Setup

  1. Clone the repository:
git clone <your-repository-url>
cd <project-directory>
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:5173 in your browser

VS Code Extensions (Recommended)

For the best development experience, install these VS Code extensions:

  • ESLint
  • Prettier
  • Tailwind CSS IntelliSense

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build locally
  • npm run lint - Run ESLint

Tech Stack

  • React
  • TypeScript
  • Tailwind CSS
  • Vite
  • Lucide Icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published