Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chapdel committed Aug 15, 2021
1 parent ab5291d commit 0849af3
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Get Started

``` bash
```bash
# install dependencies
npm install

Expand All @@ -13,7 +13,8 @@ npm run serve
```

Or use `yarn`
``` bash

```bash
yarn install
yarn serve
```
Expand All @@ -23,25 +24,16 @@ You can use data in `data/` folder to import to `products` node in your firebase
## Features

This project implements basic shopping cart features:
* Login / Register
* Pull products list from API
* Add/Remove item to shopping cart

## Technical details

* VueJS [^2.2.1]
* [Bootstrap 4](https://getbootstrap.com/)
* Firebase (auth and realtime database)

## Demo

Checkout demo at [Demo](http://vuejs-shopping-cart.coddeine.com/)

![Alt text](/screenshots/screenshot1.png?raw=true "Optional Title")
- Pull products list from API
- Add/Remove item to shopping cart
- Pay with Notch Pay

## Technical details

## Support
<a href="https://www.buymeacoffee.com/8buMYCOog" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;"></a>
- VueJS [^2.2.1]
- [Bootstrap 4](https://getbootstrap.com/)
- Firebase (auth and realtime database)

## Contributing

Expand Down

1 comment on commit 0849af3

@vercel
Copy link

@vercel vercel bot commented on 0849af3 Aug 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.