**MathSolver 2.0 ** is a simple and powerful web application that allows students to solve mathematical problems like Differentiation, Integration, Probability, Statistics, and more — completely free, with no login required.
Built with React, Vite, TailwindCSS, and TypeScript for a fast and modern experience.
- 🧮 Solve Differentiation and Integration problems
- 🎲 Calculate Probability and perform Statistical analysis
- 🌙 Light and Dark Mode support
- ⚡ Super fast performance using Vite
- 🔓 No login credentials required
- Install Node.js and npm (Node Package Manager)
- Download from the official Node.js website
- Install it (npm will be installed automatically)
Open Command Prompt (cmd) and run:
node -v
npm -vYou should see version numbers if installed successfully.
-
Download or Clone this project to your computer.
-
Open Command Prompt and navigate to the project folder:
cd path\to\your\Mathsolver_2.0
-
Install all project dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and visit:
http://localhost:5173
✅ Your MathSolver 2.0 app should now be running!
src/
├── components/ # Reusable UI parts (Navbar, Footer, etc.)
├── pages/ # Math solving pages (Differentiation, Integration, etc.)
├── context/ # Theme (Light/Dark mode) management
├── utils/ # Utility and helper functions
└── main.tsx # Main App entry file(Screenshots coming soon!)
Contributions are always welcome!
Feel free to fork this repository and submit a pull request.
This project is licensed under the MIT License — free for personal and commercial use.
(Coming soon if deployed to Vercel, Netlify, or any hosting platform.)
npm install # Install project dependencies
npm run dev # Start the development serverMade with ❤️ using React, Vite, and TailwindCSS.