YoungC0DE / Shopping-list

Manage your Shopping list

Home Page:https://shopping-list-youngc0de.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShoppingList

Project made for organizing monthly shopping list in order to keep track of the total amount spent, along with the quantity of purchased products.

To start using it, just access the link below:

ShoppingList

For the first time, it will be necessary to create a new account. After creating your account, log in to access the system.

Features

  • Edit user data;
  • Add products to the list;
  • Delete a product from the list;
  • Edit a product from the list;
  • Change language and theme.

Technologies

  • i18n - I implemented this library to do the internal translation of my application. At the moment, the pt-br and en-us languages are available;
  • v-mask - To perform input data treatment;
  • boostrap - To speed up the process of creating components and screens;
  • Sweet Alert - Customized alerts;
  • Vue Toast - Simple notifications;
  • Pinia - For state control;
  • Axios - To consume the API I developed in php in a simple and easy way.
Vuejs vite Logo Javascript Logo Boostrap Logo Eslint Logo Prettier Logo

Environment Variables

If you want to test the project, it will be necessary to add this environment variable.

VITE_BASE_API=

Screenshots

Run Locally

Clone the project

  git clone https://github.com/YoungC0DE/Shopping-list

Go to the project directory

  cd Shopping-list

Install dependencies

  npm install

Start the server

  npm run dev

Support or Feedback

License

MIT License

About

Manage your Shopping list

https://shopping-list-youngc0de.vercel.app

License:MIT License


Languages

Language:Vue 69.4%Language:JavaScript 17.1%Language:CSS 12.3%Language:HTML 1.2%