Skip to content

SteponasK/StarShop-Symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

81 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Symfony StarShop ๐Ÿš€

Main Menu image

Online Shop to check out your favourite starships! ๐Ÿ›๏ธ

Features

  • See status of ships in the repair queue
  • Press on specific ship to see it's info
  • SPA (Single Page app)
  • Responsive design

Specific ship's info

Built with

  • Symfony 7
  • Tailwind CSS
  • Twig
  • Javascript Turbo
  • Javascript Stimulus

Prerequisites

  • PHP 8.2.0+
  • Symfony 7
  • Composer

Getting started

1. Clone the repository

# Get the project  
git clone https://github.com/SteponasK/StarShop-Symfony.git

2. Change directory

cd StarShop-Symfony

3. Install Composer dependencies

$ composer install

4. Start the web server

symfony serve

5. Enjoy!

Authors

  • Steponas K

LICENSE:

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details

Notes on licensing:

  • This project was made to further improve my coding skills, by following SymfonyCasts course