Skip to content

An application that allows users to create users and assign them to individual squads .

Notifications You must be signed in to change notification settings

CharlesMuvaka/heroSquad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SquadHero

By Charles - Muvaka

An application that allows user to create heroes and assign them to squads - CaesarCipher.

Table of Content

Description

SquadHero is a web application that allows users to create individual heroes that can be added in a squad that participates in footsal.

Prerequisites

  • Basic Git knowledge, including an installed version of Git.
  • Your application must run on the OpenJDK version 6, 7 or 8.

Technologies Used

  • Java v9
  • Gradle
  • Spark Framework
  • CSS (Bootstrap)
  • JUnit v4.12
  • Jacoco Plugin
  • Velocity Templating Engine

SetUp instructions and installation

  • Clone this repository to a location in your file system.
  • Open terminal command line then navigate to the root folder of the application.
      $ git clone  https://github.com/CharlesMuvaka12345/heroSquad.git
      $ cd ../path/to/the/file
    
    

Go Back to the top

Behaviour Driven Development

  • There is a form to create a player and assign him to a squad.
    • Input - Enter Hero playerName.
    • Input - Enter the age of your hero.
    • Input - Select the squad the hero will play for.
    • Input - Select the strengths of the player - Heroes best play position.
    • Input - Select the weakness of the player - Heroes worst play position.
    • output - PlayerHero added to the squad and list of players.

There is a form Edit a player's information.

  • Input - Enter Hero playerName.
  • Input - Enter the age of your hero.
  • Input - Select the squad the hero will play for.
  • Input - Select the strengths of the player - Heroes best play position.
  • Input - Select the weakness of the player - Heroes worst play position.
  • output - PlayerHero added to the squad and list of players with his edited info.

Go Back to the top

DevelopMent

Need to contribute?? Follow the following steps.

  • Fork the repo
  • Create a new branch
 $ git switch -c (improve-feature)
  • Make the required changes in the file.
  • Add changes to reflect the changes made.
  • Commit your changes.
    $ git commit -am (improve-feature)
    
  • Push to the branch
    $ git push origin (improve-feature)
    
  • Create a Pull Request

Known Bugs

If you find any bug, open an issue here by including your search query and the expected result.

Any suggestions or corrections to the code would highly be appreciated

Reference

License

MIT License

Copyright (c) 2022 Charles Muvaka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Go Back to the top

Authors Info

Linked - charles-muvaka

About

An application that allows users to create users and assign them to individual squads .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages