Math.simple is a math problem generator designed to help those who want to practice exercises without having to search through numerous worksheets that lack answers or ways to validate their results.
Visit the Math.simple website!
Client: React, Vite
- Math Problem Generation: Create custom math problems for different skill levels.
- Result Validation: Provides answers so users can check their solutions.
- Intuitive User Interface: Designed to be user-friendly, offering a smooth learning experience.
-
Combined Operations:
- Addition and Subtraction
- Multiplication and Division
- Exponents and Roots
- Logarithms and Exponents
-
Single Operations:
- Addition
- Subtraction
- Multiplication
- Exponents
- Roots
- Logarithms
-
Geometric Operations:
- Areas of shapes
- Perimeters of shapes
To run Math.simple locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/math.simple.git
-
Navigate to the project directory:
cd math.simple
-
Install the dependencies:
npm install
-
Start the application:
npm run dev
The application will be available at
http://localhost:3000
.
Contributions are welcome. To contribute, follow these steps:
- Fork the project.
- Create a new branch with your feature or bugfix:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add new feature'
- Push to the remote branch:
git push origin my-new-feature
- Open a Pull Request.