This project is a Vue.js application called "Lecture App" that allows users to browse, search, and order lectures. It consists of two main components:
-
ProductList.vue: Displays a list of lectures, with options to filter, sort, search, and add lectures to the cart.
-
Checkout.vue: Displays the items in the cart and allows users to place an order.
Details Used in the Project
-
Vue.js: A progressive JavaScript framework for building user interfaces.
-
Bootstrap: A front-end framework for building responsive and mobile-first websites.
-
Font Awesome: A font and icon toolkit based on CSS and LESS.
Node.js and npm installed on your system.
- git clone <repository_url>
- cd <project_directory>
- npm install
- npm run serve
- Open your browser and go to http://localhost:8080/ to view the application.