Skip to content

ZarakiLancelot/grocery-list

Repository files navigation

Grocery List with Local Storage

JavaScript React Netlify codigofacilito

codigofacilito

This is my project for the JavaScript Bootcamp of Códigofacilito.

This is a react app about a grocery list, you can create a new items to the list, edit and delete them, as well as mark them as already in the cart. You can change into dark and light theme the application in the browser. I know that the bootcamp it's about JavaScript (Vanilla), but I want to use this new knowledge with some that I want to learn next, and the rules didn't forbid me.

grocery-list

Installation

  1. Clone or download on zip the project.
  2. Use the package manager npm to install pnpm.
npm install -g pnpm
  1. Run pnpm run dev to start the app, you can use the flag --host to expose and you can see the application from another devices into your local network.
  2. Go to a web browser and open the URL http://localhost:5173.

It is hosted on Netlify and you can also see the project live at https://grocery-list-cf.netlify.app/

Packages

npm

Package Version (click for changelogs)
vite vite version
@vitejs/plugin-legacy plugin-legacy version
create-vite create-vite version

License

MIT

Releases

No releases published

Packages

No packages published