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.
- Clone or download on zip the project.
- Use the package manager npm to install
pnpm
.
npm install -g pnpm
- 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. - 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/
Package | Version (click for changelogs) |
---|---|
vite | |
@vitejs/plugin-legacy | |
create-vite |