This app helps you keep track of what to buy. You can add items, mark them as purchased, and delete them from the list.
You can try here: what-to-buylist-reactjs.netlify.app
- React JS
- Vite JS, ESLint, Prettier
- values.js Get tints. Get shades. Choose colors from a CSS color palette.
- Nano ID A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
- React-toastify React notification made easy.
- Clone a project:
git clone
git clone https://github.com/SimAndrew/what-to-buylist-reactjs.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install
- Run the project, enter into the terminal:
npm run dev