Skip to content

Commit

Permalink
chore: setup done
Browse files Browse the repository at this point in the history
  • Loading branch information
divyamD13 committed Mar 20, 2024
1 parent 8c45e39 commit 6f14f47
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 19 deletions.
34 changes: 17 additions & 17 deletions .github/Contributor_Guide/Project_Tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ C:.
| package-lock.json
| package.json
| README.md
pubspec.lock
pubspec.yaml
roll_dice_app.iml
analysis_options.yaml
.metadata
| pubspec.lock
| pubspec.yaml
| roll_dice_app.iml
| analysis_options.yaml
| .metadata
|
+---.github
| +---Contributor_Guide
Expand All @@ -41,15 +41,15 @@ C:.
| commit-msg
| pre-commit
|
+---lib
dice_roller.dart
gradient_container.dart
main.dart
+---assets
+---images
dice1.jpg
dice2.jpg
dice3.jpg
dice4.jpg
dice5.jpg
dice6.jpg
+---lib/
| dice_roller.dart
| gradient_container.dart
| main.dart
+---assets/
+---images/
| dice1.jpg
| dice2.jpg
| dice3.jpg
| dice4.jpg
| dice5.jpg
| dice6.jpg
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,52 @@ Virtual Dice Roll App is a convenient tool designed to simulate rolling dice dig

It is digital dice roll app where user can genrate any number of dice from 1 to 6 with just on click.

# Contributing
If you encounter any issues, have feature requests, or would like to contribute to the development of the Virtual Dice Roll App, please visit our GitHub repository and submit an issue or pull request.

## Features

- **Single Click Roll**: Roll a virtual dice with just a single click, eliminating the need for physical dice.

- **Immersive User Interface:**A very user friendly interface and responsive UI.

- **Offline Availability:** Use the app without an internet connection, ensuring accessibility wherever you go

- **Realistic Animation:** Enjoy visually pleasing animations that mimic the experience of rolling physical dice.


## Installation

1. Clone the repository:

```bash
git clone https://github.com/OPCODE-Open-Spring-Fest/virtual_dice_roll.git
```

2. Navigate to the project directory:

```bash
cd Virual_DiceRoll
```

3. Install dependencies:

```bash
flutter pub get
```

4. Run the application:

```bash
flutter run
```

## Contributing

Contributions to Virtual Roll Dice are welcome! Here are a few ways you can contribute:

- Report bugs and request features by [creating an issue](https://github.com/OPCODE-Open-Spring-Fest/virtual_dice_roll/issues).
- Submit pull requests to fix issues or add new features.


## Acknowledgements

Special thanks to the Flutter communities for their invaluable contributions and support.

0 comments on commit 6f14f47

Please sign in to comment.