A simple web application built with React, TypeScript, and Vite that helps users calculate their scores by selecting modules and sharing their module selections with others.
- Module selection and score calculation
- Share module selections with others
- Modern, responsive user interface
- Built with React and TypeScript for type safety
- Optimized build process with Vite
- React - A JavaScript library for building user interfaces
- TypeScript - Typed JavaScript
- Vite - Next Generation Frontend Tooling
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser
To create a production build:
npm run build
The build artifacts will be stored in the dist/
directory.
This project is licensed under the terms of the MIT license.