DonutMix is a React-based application designed to help you calculate your own customized ingredients for making delicious donuts. Utilizing Chakra UI for styling, DonutMix offers a user-friendly interface from wide to small screens by approaching Mobile-first design in the first place
- Ingredient calculator for donuts
- Add a new donut style
- Modify existing donut styles
- Delete existing donut styles
- Responsive design with Chakra UI
- Easy-to-use interface
- React
- Chakra UI
Make sure you have the following installed on your machine:
- Node.js (>= 20.12.2)
- npm (>= 10.5.0)
- Clone the repository:
git clone https://github.com/craftzmask/donutmix
cd DonutMix
- Install dependencies:
npm i
- Running the App
npm run dev
Thanks to the React and Chakra UI teams for their fantastic libraries.