Welcome to the official repository of the Gradiance Grade Calc application. This application is designed to help students calculate their grades efficiently and accurately.
Gradiance Grade Calc is more than just a grade calculator; it's a tool that helps students plan their study time and prioritize assignments. With its user-friendly interface and secure data storage in user accounts, it provides a seamless experience for students. Explore the application at:
This application is designed with functionality and user-friendliness in mind, utilizing the latest in web development technologies to ensure a seamless user experience across all devices. Here’s what makes it stand out:
To run this application locally, follow these steps:
Clone the repository
git clone https://github.com/naseroish/grade-calc
cd grade-calc
Install dependencies
npm install
Set up Supabase
Configure environment variables
Create a .env.local file in the root directory and add your Supabase credentials:
VITE_SUPABASE_URL=yourSupabaseUrl
VITE_SUPABASE_KEY=yourSupabaseAnonKey
Run the application
npm run dev
The application should now be running on localhost 5173.
Thank you for visiting the Gradiance Grade Calc repository