Catty is a web application that helps to store items that you wish to store so you can't forget to buy something when next you go grocery shopping. The app is hosted on Vercel and built with HTML, CSS, and JavaScript.
- Add items to the shopping cart.
- View the total cost of items in the cart.
- Responsive design for mobile and desktop use.
- A web browser
- Clone the repository:
git clone https://github.com/freddyfavour/Catty.git
- Navigate to the project directory:
cd Catty
- Open the
index.html
file in your web browser.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or need to get in touch, feel free to Email Me.
Visit the live app here.