DevBuds is a collaborative platform where people can post their project ideas and find team members with specific skills. When posting a project idea, you can specify the number of people you need in specific roles. For example, you might post an idea for the next great social media app and specify that you need 5 frontend developers, 5 backend developers, and 3 UI/UX designers. Others can then apply to these roles, and the original poster can approve these applications. This platform is primarily being built with React.js, Typescript, and Tailwind CSS. It's not intended for commercial use, but rather as a space for people to find others to collaborate with and build projects together.
- Vite
- React.js
- TypeScript
- Tailwind CSS
- Supabase (a SQL-based database)
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/AlejandroV01/devbuds -
Navigate to the project directory:
cd devbuds cd client
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173to view the application.
- Users can sign up and create an account.
- Users can post project ideas, specifying the roles and skills required.
- Other users can browse posted project ideas and apply for specific roles.
- Project creators can approve or reject role applications.
For questions or inquiries about the project, please contact alexvera0109@gmail.com.
Note: This project is still under development.