Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyatyagi24 committed May 29, 2023
1 parent 24aafc1 commit e20a124
Showing 1 changed file with 31 additions and 9 deletions.
40 changes: 31 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,38 @@
# calculator
# Basic Calculator

A new Flutter project.
Basic Calculator is a simple calculator app built with Flutter. It allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The app features a clean and user-friendly interface with a classic theme.

## Features

- Perform basic arithmetic operations
- Clear button to reset the input and start a new calculation
- Responsive layout for a seamless user experience on different devices
- Classic theme with a visually appealing design

## Getting Started

This project is a starting point for a Flutter application.
To get started with the Basic Calculator app, follow these steps:

1. Clone the repository: https://github.com/lakshyatyagi24/calculator

2. Open the project in your preferred Flutter IDE or editor.

3. Run the app on an emulator or physical device using the following command:
```
flutter run
```

4. Explore the app and perform basic calculations.

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository. If you'd like to contribute code, you can fork the repository, make your changes, and submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).

A few resources to get you started if this is your first Flutter project:
## Acknowledgments

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
Special thanks to the Flutter community and the contributors of various Flutter packages used in this project.

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit e20a124

Please sign in to comment.