Let's build PizzaPix together – one slice at a time! 🍕🚀 Welcome to PizzaPix, your go-to social media app for pizza lovers! This README serves as your guide to understanding the project, its technologies, and how you can contribute to making PizzaPix even better.
TypeScript PizzaPix relies on TypeScript, a statically typed superset of JavaScript. This choice enhances development by catching errors early and improving code maintainability.
Tailwind CSS Styling is powered by Tailwind CSS, a utility-first framework. Tailwind allows for swift development and easy customization of your pizza-filled masterpiece.
Vite Built with Vite, a speedy web development build tool, PizzaPix ensures a lightning-fast development experience. Features like hot module replacement expedite iteration during development.
Shadcn For additional styling components, we turn to Shadcn. This library enhances both the visual appeal and functionality of your PizzaPix experience.
Appwrite Backing PizzaPix is Appwrite, an open-source backend server simplifying web and mobile app development. Enjoy services like user authentication, database management, and file storage, all seamlessly integrated into PizzaPix.
Ready to dive into the pizza-filled world of PizzaPix? Follow these steps to set up your development environment:
git clone https://github.com/yourusername/pizzapix.git
cd pizzapix npm install
npm run dev Visit http://localhost:3000 to explore PizzaPix in action!
PizzaPix welcomes your contributions to make our pizza-loving community even more vibrant! Follow these guidelines to ensure a smooth collaboration:
If you encounter issues or have feature requests, please use our issue template.
Fork the repository and create a new branch for your feature or bug fix:
git checkout -b feature-name Make your changes and commit them:
git commit -m "Description of changes" Push your changes to your fork:
git push origin feature-name Open a pull request to the main branch of the original repository.