Skip to content

Joshua1804/SponzaMe-REACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SponzaMe

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.

🚀 Deployed Link

[https://sponza-me-react.vercel.app/]

📦 Installation & Setup

Follow these steps to set up the project locally on your machine.

Prerequisites

  • Node.js (v16 or higher)
  • npm (usually comes with Node.js)
  • Git

1. Clone the Repository

git clone https://github.com/Joshua1804/SponzaMe-REACT.git
cd sponzame-react

2. Frontend Setup

Navigate to the strict frontend directory, install dependencies, and start the development server.

cd frontend
npm install
npm run dev

The application will be available at http://localhost:5173.

3. Backend Setup

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:

  1. Navigate to the backend directory:
    cd ../backend
  2. Check for a package.json file. If present:
    npm install
    npm start
  3. If no package.json exists, you may need to initialize it or check with the repository owner for backend setup instructions.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors