Coder Social home page Coder Social logo

diana3664 / hero-squad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atembamanu/hero-squad

0.0 0.0 0.0 1.34 MB

Allows you to create a Hero with special powers and weakness. Then add the heroes to a Squad.

Home Page: https://betahood-hero-squad.herokuapp.com/

License: MIT License

Java 39.04% HTML 26.72% CSS 31.27% JavaScript 2.98%

hero-squad's Introduction

Hero Squad

This is a java app that enables a user create a hero and a squad and also the user can add a hero to a squad

Author

  • Atemba Emmanuel

Demo

Alt text

Getting Started

Clone this repository to your local machine to get Started

Github: https://github.com/atembamanu/Hero-squad-.git

Prerequisites

You need the following installed on your machine

  • java
  • JDK - Java Development Kit
  • Maven
  • Gradle
  • An IDE - Intellij

To confirm run the following command on linux

$ java --version       //java version
$ mvn --version        //maven version
$ gradle --version     //gradle version

Installing

After cloning to your local machine navigate to the folder you cloned into and open it with intellij.

  • Navigate into the src/main/java/App.java and click run in intellij.
  • Go to your browser and type localhost:4567

Running the Tests

Create a test class for running tests in the application.

This is a sample test that tests if the getter method works

@Test
public void newHero_getName_String(){
  hero testHero = Hero.setUpNewHero();
  assertEquals("Atemba", testHero.getName());
}

Built With

Contributing

If you want to put out a pull request you first have to send us the sample code that you want to add to our repository for cross-checking before we allow the pull.

Versioning

We use Github for versioning. This is the first version of this application

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to Stackoverflow

hero-squad's People

Contributors

atembamanu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.