Skip to content

Commit

Permalink
Merge pull request #2 from Kyuorhan/jk-develop
Browse files Browse the repository at this point in the history
Update/Vortex - README.md
  • Loading branch information
Jhonny Kyuorhan authored Apr 6, 2022
2 parents f1ba322 + d8a3da4 commit f678c62
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 0 deletions.
Binary file removed .github/Logo-Inteira.png
Binary file not shown.
Binary file added .github/vortex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Vortex Play

<p align="center">
<img src=".github/vortex.png" alt="Logo" height=460>
</p>



## :rocket: Tecnology

- Dart
- Flutter

## 💻 About the Project

Amazon interface redesigned and developed with Flutter, with the aim of studying and training skills for FrontEnd development.
The project was inspired by the following design.

## Inspiration:

- https://www.primevideo.com/
- https://www.netflix.com/


### Functionalities

- [x] **Carousel listing**: Presents Scrool animation for product sections.

- [x] **Shopping cart Page**: Opens a cart page where all products for purchase are located.



## :computer_mouse: Installation and execution

Make a clone of this repository and access the directory.

```bash
$ git clone [email protected]:afonsoburginski/vortex.git && cd vortex
```



Install the dependencies

```Dart
# Install
$ flutter pub get
# Running the Doctor
$ flutter doctor
# Start the App
$ Flutter Run
```

## :space_invader: Contribute

Go to `fork` and clone the project from your user.

```bash
# Cloning project
$ git clone https://github.com/YOUR-USERNAME/vortex.git

# Create a branch
$ git branch my-change

# Accessing the new branch
$ git checkout -b my-alteration

# Adding the changed files
$ git add

# Create commit and the message
$ git commit -m "Fixing...."

# Sending changes to the brach
$ git push origin my-change
```
You should navigate to your repository where you have forked and click the *New pull request* button on the left side of the page.

## :alien: Autor
- [Github](https://github.com/Kyuorhan/)
- [Linkedin](https://www.linkedin.com/in/jhonny-kyuorhan/)
- [Email](mailto:[email protected]/)

## 📝 Licença

This project is under the MIT license. See the file [LICENSE](LICENSE.md) for more details.

0 comments on commit f678c62

Please sign in to comment.