GoGo is a website that connects individuals who want to have a secure medium of communication. It allows users to engage in texting realtime after getting connected.
The MERN stack was chosen because it provides an easy way, fast way to develop a website and it is a widely popular tech stack with lots of tutorials and documentation that would make it easy for us to get started.
We are open to contributors. To contribute to this project the following steps apply:
- Clone the project.
- Checkout to develop branch.
- Create a new branch. (
git checkout -b story-11
) - Commit any changes made. (
git commit -m 'Edited this file'
) - Push to the origin branch. (
git push origin story-11
) - Create a pull request.