Daneizo is a platform that allows users to rent a variety of items instead of purchasing them. Built using modern web technologies, this project is open for contributions during the open-source festival. Whether you're a beginner or experienced developer, your contributions are welcome!
🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs | 🌐 Contributors |
- Item Rental: Browse, rent, and manage rental items.
- Search Functionality: Quickly find items available for rent.
- Responsive Design: Fully responsive for a seamless experience on any device.
- Authentication: User login and management.
- Admin Panel: Manage rental listings and users.
-
Clone the repository:
git clone https://github.com/SaranshBangar/Daneizo.git
-
Install dependencies:
cd Daneizo npm install
-
Set up environment variables: Create a
.env.local
file in the root directory and add the following:MONGODB_URI=<your-mongodb-uri> NEXT_PUBLIC_RAZORPAY_KEY=<razorpay-key>
-
Run the development server:
npm run dev
Open http://localhost:3000 to view it in the browser.
-
Build for production:
npm run build
We encourage all contributors to help improve the platform!
-
Fork the repository and create your branch:
git checkout -b feature/new-feature
-
Commit your changes with clear messages:
git commit -m "Add new feature"
-
Push to your branch:
git push origin feature/new-feature
-
Create a Pull Request.
Make sure to check out the Issues section for tasks that need attention.
We welcome all contributions to improve Daneizo! If you would like to contribute, please follow the Contributing.md to get more details on how to get started.
To maintain quality and consistency, please adhere to the following guidelines:
- Code Style: Follow the coding style used throughout the project. Clean, readable code with comments is always appreciated.
- Commits: Write meaningful commit messages.
- Pull Requests: Make sure PRs are focused, well-explained, and reference any issues they address.
- Testing: Ensure that your changes are well-tested locally and don’t break existing functionality.
Check out the issues tab to find bugs, feature requests, or tasks. Feel free to pick one and start contributing.
This project is licensed under the MIT License.
Saransh Bangar Project Admin |
For any inquiries or feedback, please contact. Happy Contributing❤
Contribute and make renting simpler for everyone! 🚀If you find this project helpful, please consider giving it a ⭐ on GitHub! Your support helps to grow the project and reach more contributors.