Skip to content

Nonqs/Math.simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math.simple

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.

Deployment

Visit the Math.simple website!

math.simple

Tech Stack

Client: React, Vite

Features

  • 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.

Checklist

  • 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

Local Installation

To run Math.simple locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/math.simple.git
  2. Navigate to the project directory:

    cd math.simple
  3. Install the dependencies:

    npm install
  4. Start the application:

    npm run dev

    The application will be available at http://localhost:3000.

Contributing

Contributions are welcome. To contribute, follow these steps:

  1. Fork the project.
  2. Create a new branch with your feature or bugfix: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to the remote branch: git push origin my-new-feature
  5. Open a Pull Request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published