SponzaMe is a structured sponsorship marketplace that connects content creators with brands seeking authentic partnerships. The platform empowers creators to build their profiles, discover opportunities, and manage campaigns—all in one place.
[https://sponza-me-react.vercel.app/]
Follow these steps to set up the project locally on your machine.
git clone https://github.com/Joshua1804/SponzaMe-REACT.git
cd sponzame-reactNavigate to the strict frontend directory, install dependencies, and start the development server.
cd frontend
npm install
npm run devThe application will be available at http://localhost:5173.
Note: The backend directory structure is present, but specific configuration files (like
package.json) may be missing or require manual setup.
To set up the backend:
- Navigate to the backend directory:
cd ../backend - Check for a
package.jsonfile. If present:npm install npm start
- If no
package.jsonexists, you may need to initialize it or check with the repository owner for backend setup instructions.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.