Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tor-App into master
  • Loading branch information
swapnilsparsh committed Jun 13, 2021
2 parents 291c614 + 45bef27 commit 444cf0f
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 10 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Swapnil Srivastava

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
60 changes: 50 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,56 @@
# bmi_calculator
<img src="./assets/screenshots/Flutter%20BMI.png" width="100%">

A new Flutter project.
# BMI Calculator App

## Getting Started
This is a flutter based simple BMI Calculator app which calculated Body Mass Index..

This project is a starting point for a Flutter application.
One of the first simple apps I created while on my journey to learn Flutter.

A few resources to get you started if this is your first Flutter project:
<!--
##### Download APK
<pre><a href=""></a></pre>
-->

### Dependencies

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1. [Font Awesome Flutter](https://pub.dev/packages/font_awesome_flutter)

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

## Setup

##### Clone the repository
```bash
git clone https://github.com/swapnilsparsh/BMI-Calculator-App.git
```
##### Move to the desired folder
```bash
cd \bmi_calculator
```

##### To run the app, simply write
```bash
flutter run
```

## Requirements to contribute

- Basic knowledge of programming is mandatory
- The ability to use Git and GitHub
- Some knowledge of Flutter and how to use Android Studio or Visual Studio is preferrable for a head start.
- UI/UX Design skills are appreciable but not mandatory

## License

This project follows the [MIT License](/LICENSE).

## Connect with me

<div align="left">
<a href="https://github.com/swapnilsparsh" target="_blank">
<img src=https://img.shields.io/badge/github-%2324292e.svg?&style=for-the-badge&logo=github&logoColor=white alt=github style="margin-bottom: 5px;" />
</a>
<a href="https://www.linkedin.com/in/swapnil-srivastava-sparsh/" target="_blank">
<img src=https://img.shields.io/badge/linkedin-%231E77B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white alt=linkedin style="margin-bottom: 5px;" />
</a>
</div>

0 comments on commit 444cf0f

Please sign in to comment.