Community-driven platform for free item sharing
Reduce waste and help others by giving and taking items for free
ZeroCost is a platform where users can post free listings of items they want to give away, browse items offered by others, and claim what they need. The goal is to foster a sharing community, reduce waste, and support sustainability.
- Home: Browse free listings with search and filter options
- User Profiles: Manage your shared items and claims
- Add Listings: Easily post items you want to give away
- Community Interaction: User setup, notifications, and engagement
- Responsive UI: Clean and modern design powered by React and Tailwind CSS
- Node.js (v14 or higher)
- npm or yarn
Clone the repository: Clone the repository:
git clone https://github.com/W-DOS0/ZeroCost.git
cd ZeroCostInstall dependencies:
npm installStart the development server:
npm run devOpen http://localhost:3000 in your browser.
Build for production
npm run buildThe build output will be generated in the dist folder, ready to deploy to any static web server.
The app is configured to run in the /ZeroCost/ subfolder.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the repository
Create a feature branch:
git checkout -b feature/YourFeatureCommit your changes:
git commit -m "Add your feature description"Push the branch:
git push origin feature/YourFeatureOpen a pull request on GitHub.
- React — for the powerful UI framework \n
- Tailwind CSS — for flexible, fast styling
- React Router — for client-side routing
- FontAwesome — for icons
This project is licensed under the MIT License - see the LICENSE file for details.
MIT © 2025 ZeroCost See LICENSE for details.
