Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pimpalemahesh authored Dec 30, 2023
1 parent d3d239d commit f88d6a7
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# FMath - Fundamental Math Android Application

## Overview
FMath is an Android application designed to help kids practice fundamental mathematics concepts in a fun and interactive way. The app focuses on tables, addition, subtraction, and multiplication to enhance mathematical skills among young learners.

## Features
- **Tables Practice:** Engage in table drills to strengthen multiplication skills.
- **Arithmetic Operations:** Practice addition, subtraction, and multiplication operations.
- **User-Friendly Interface:** Simple and intuitive design for a seamless learning experience.
- **Visual Feedback:** Receive instant feedback on performance to encourage progress.
- **Fun and Educational:** Make learning math enjoyable for kids through interactive activities.

## Symbols Used
- **"+" :** Addition
- **"-" :** Subtraction
- **"x" :** Multiplication

## Getting Started
Follow these steps to get started with FMath:

1. **Clone the Repository:**
```bash
git clone https://github.com/pimpalemahehs/FMath.git

2. **Open in Android Studio:**

Launch Android Studio.
Choose "Open an existing Android Studio project."
Navigate to the cloned FMath repository and select it.
Build and Run:

Build the project in Android Studio.
Run the application on an Android emulator or a physical device.

**Screenshots**
Dashboard Page | Dashboard Table page | Dashboard Arithmetic page
:-------------------------:|:-------------------------:|:-------------------------:
![Main Dashboard](https://github.com/pimpalemahesh/FMath/blob/master/Images/Tables.jpg) | ![Dashboard Table](https://github.com/pimpalemahesh/FMath/blob/master/Images/table-dashboard.jpg) | ![Dashboard Arithmetic](https://github.com/pimpalemahesh/FMath/blob/master/Images/arithmetic-dashboard.jpg)

Addition operation with right result | Addition operation with wrong result
:-------------------------:|:-------------------------:
![Addition-right](https://github.com/pimpalemahesh/FMath/blob/master/Images/addition-right.jpg) | ![Addition-wrong](https://github.com/pimpalemahesh/FMath/blob/master/Images/addition-wrong.jpg)

Test Table | See Tables
:-------------------------:|:-------------------------:
![Test Table ](https://github.com/pimpalemahesh/FMath/blob/master/Images/table-play.jpg) | ![See Tables](https://github.com/pimpalemahesh/FMath/blob/master/Images/table-see.jpg)

0 comments on commit f88d6a7

Please sign in to comment.