ProNect is a dynamic platform designed for users to upload their projects from various domains, explore projects by others, and connect with fellow innovators. The platform offers features such as project rating and notifications, and allows users to attach live links to their projects.
- Pronect(https://pronect.vercel.app/)
- Upload Projects: Easily upload your projects from different domains.
- Explore Projects: Browse and explore projects uploaded by other users.
- Connect with Innovators: Connect with project creators and other users.
- Rating System: Rate projects based on their quality and relevance.
- Notifications: Receive notifications for project updates, new connections, and ratings.
- Live Links: Attach live links to your projects for direct access.
- Node.js
- npm
git clone https://github.com/your-username/pronect.git
cd pronectnpm install
# or
yarn installCreate a .env file in the root directory and add your environment variables as needed:
REACT_APP_API_URL=your_api_url
REACT_APP_API_KEY=your_api_key
npm start
# or
yarn startThe application will be available at http://localhost:3000.
- Sign up or log in to your ProNect account.
- Navigate to the "Upload Project" section.
- Fill in the required details, including project title, description, domain, and any tags.
- Attach a live link to your project if available.
- Submit your project.
- Visit the "Explore" section.
- Use the search bar or filters to find projects by domain, rating, or other criteria.
- Click on a project to view its details, including the live link if attached.
Thank you for using ProNect! We hope you enjoy exploring and sharing innovative projects.