ArithMentor is an interactive web application designed to help users improve their mathematical skills through engaging exercises and practice sessions. Whether you're looking to master multiplication tables, quickly reference squares and cubes, or sharpen your mental arithmetic skills, ArithMentor provides the tools you need to succeed.
- Interactive display of multiplication tables from 1 to 100
- Clean, visually structured format for easy learning
- Navigation controls for exploring different tables
- Mobile-responsive design for learning on any device
- Comprehensive table of squares and cubes from 1 to 100
- Side-by-side comparison for quick reference
- Elegant, easy-to-read format
- First 31 entries visible without scrolling for convenience
- Custom mental math exercises with adjustable difficulty
- Practice with all basic operations (+, -, ×, ÷)
- Timed challenges to improve speed and accuracy
- Customizable number length (2-6 digits) to progressively increase difficulty
ArithMentor/
│
├── index.html # Home page with navigation cards
├── pages/ # Individual feature pages
│ ├── MultiplicationTables.html
│ ├── SquareCubes.html
│ └── ArithmeticPractice.html
│
├── styles/ # CSS stylesheets
│ ├── SquareCubes.css
│ └── (other style files)
│
├── scripts/ # JavaScript files
│ ├── SquareCubes.js
│ └── (other script files)
│
└── README.md # Project documentation (this file)
- Clone this repository or download the ZIP file
git clone https://github.com/bPavan16/arithmentor.git
- No additional installation required! This is a client-side application with no dependencies.
- Open index.html in any modern web browser
- Click on any of the three cards to navigate to the desired practice module:
- Multiplication Tables
- Squares & Cubes
- Arithmetic Practice
- Follow the on-screen instructions for each module
- HTML5 - For structure and content
- CSS3 - For styling and animations
- JavaScript - For interactivity and calculations
- Font Awesome - For icons
- Google Fonts (Poppins) - For typography
- Modern, Clean UI - Intuitive interface with clear visual hierarchy
- Responsive Design - Works seamlessly across desktop, tablet, and mobile devices
- Accessibility - High contrast text and proper semantic HTML
- Elegant Animations - Subtle transitions and effects enhance user experience
- Consistent Theme - Cohesive color scheme and styling throughout the application
- User accounts to save progress
- Achievement system to gamify the learning process
- Additional practice modes (fractions, percentages, etc.)
- Dark mode option
- Export/print functionality for reference materials
- Performance analytics to track improvement over time
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is available under the MIT License. See the LICENSE file for more information.
- Font Awesome for the icon library
- Google Fonts for the Poppins font family
- All contributors who have helped make this project better
Created with ❤️ for mathematics education | © 2025 ArithMentor