https://github.com/nkosi-tauro/inventory_cart
A simple Shopping Cart
https://github.com/nkosi-tauro/inventory_cart
nuxt3 supabase
Last synced: 2 months ago
JSON representation
A simple Shopping Cart
- Host: GitHub
- URL: https://github.com/nkosi-tauro/inventory_cart
- Owner: nkosi-tauro
- License: mit
- Created: 2023-05-04T10:25:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T17:47:21.000Z (about 2 years ago)
- Last Synced: 2025-01-25T12:41:48.351Z (4 months ago)
- Topics: nuxt3, supabase
- Language: Vue
- Homepage: https://inventory-cart.vercel.app/
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Inventory Cart
## :dart: About ##
A simple Shopping Cart built with Nuxt 3, TailwindCSS and Supabase
Based on [NetNinja](https://netninja.dev/courses/nuxt-3-with-pinia) tutorial## :rocket: Technologies ##
The following tools were used in this project:
- [Nuxt 3](https://nuxt.com/)
- [Supabase](https://supabase.com/)
- [TailwindCSS](https://tailwindcss.nuxtjs.org/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/inventory_cart# Access
$ cd inventory_cart# Install dependencies
$ yarn install# Run the project
$ yarn dev# The server will initialize in the
```## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with :heart: by Nkosilathi Tauro