SquadUp is a collaborative application designed to enhance coding abilities and knowledge through teamwork and project management. This application allows users to create and manage squads, assign tasks, and track progress effectively.
- Create and manage squads
- Assign tasks to squad members
- Track progress of tasks
- User-friendly interface
- Real-time collaboration
To get started with SquadUp, follow these steps:
-
Clone the repository:
git clone https://github.com/Dabeldab/apiavengers-squadup.git
-
Navigate to the project directory:
cd apiavengers-squadup
-
Install dependencies:
npm install
-
Set enviornment variables:
.env
-
Run the application:
npm start
-
Run the backend:
pipenv run start
- Create a new squad by navigating to the "Create Squad" section.
- Invite members to your squad via email.
- Assign tasks to members and set deadlines.
- Monitor the progress of tasks through the dashboard.
We welcome contributions! If you'd like to contribute to SquadUp, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
For any inquiries or feedback, please reach out to the project maintainer at darius.parlor@gmail.com.
Happy coding with SquadUp!