markusVJH / online-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake Online Store

This is a simple Symfony application that shows us the products from the Fake Store API and allows us to add products to the shopping cart and view them on the shopping cart page.

Technologies used

  • Symfony 6.2, including
    • Twig 2.12
    • Stimulus
  • Bootstrap

As this application was built without using databases, we used the Stimulus controller to add products to local storage and pass them to our Symfony shopping cart controller.

Getting started

To get started, clone this repository to your local machine and navigate to the project directory in your terminal. Then run the following commands to install the dependencies:

composer install
npm install

Then run the following commands to start the application

npm run watch
symfony serve -d

The fake online store will be served at http://localhost:8000.

Credits

Screenshot

desktop screenshot

Authors

markusVJH, JAT1988 & Kapshtak

About


Languages

Language:Twig 55.1%Language:JavaScript 23.9%Language:PHP 20.8%Language:CSS 0.2%