Skip to content

Kyuorhan/vortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f678c62 · Apr 6, 2022

History

6 Commits
Apr 6, 2022
Mar 15, 2022
Apr 1, 2022
Apr 1, 2022
Mar 15, 2022
Apr 1, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Apr 6, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022

Repository files navigation

Vortex Play

Logo

🚀 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:

Functionalities

  • Carousel listing: Presents Scrool animation for product sections.

  • Shopping cart Page: Opens a cart page where all products for purchase are located.

🖱️ Installation and execution

Make a clone of this repository and access the directory.

$ git clone git@github.com:afonsoburginski/vortex.git && cd vortex

Install the dependencies

# Install
$ flutter pub get

# Running the Doctor
$ flutter doctor

# Start the App
$ Flutter Run

👾 Contribute

Go to fork and clone the project from your user.

# 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.

👽 Autor

📝 Licença

This project is under the MIT license. See the file LICENSE for more details.