Collaborative platform for software engineers to share ideas and connect with other engineers to make the ideas come true
Are you a Software Engineer full of ideas to make the world a better place? Are you a Software Engineer that wants to build a career and work on some amazing projects with other engineers?
If so, Team PandaWhales presents to you, SWEetHearts.
Often times, it is really difficult to come up with project ideas on your own, or find like-minded teammates to build a software together. SWEethearts is a web application that aims to connect software engineers with other engineers to work on awesome projects together.
- Fork the repo
- Clone the repo
git clone https://github.com/your_username_/SWEethearts-2.0.git
- Install NPM packages
npm install
- Start server
npm start
SWEetHearts is an open source project, any contributions will be greatly appreciated. Please feel free to report any issues or make a PR using the below guide.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, please add tests.
- Ensure the test suite passes.
- Make sure your code lints and is formatted with
prettier
.
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue
Distributed under the MIT License. See LICENSE for more information.