Create and share your dream sandwich with the world! Sandwish is a fun web application that lets you build virtual sandwiches by stacking different ingredients, name your creation, and share it with others through a unique URL.
- 🥪 Stack ingredients to build your perfect sandwich
- ✏️ Name your creation
- 🎨 Beautiful, playful UI with smooth animations
- 🔗 Share your sandwich with a unique URL
- 📱 Fully responsive design
This project is built with:
- Vite - Next Generation Frontend Tooling
- TypeScript - JavaScript with syntax for types
- Netlify - For hosting and serverless functions
-
Clone the repository:
git clone https://github.com/yourusername/sandwish.git cd sandwish
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit:
http://localhost:5173
To create a production build:
npm run build
The built files will be in the dist
directory.
This project is configured for deployment on Netlify. Simply push to your repository and Netlify will automatically build and deploy your site.
This project is licensed under the MIT License - see the LICENSE file for details.