Logo Repository

Preview   |    Technologies Used   |    How to run the project   |    How to contribute   |    License

PRs welcome! License License


📚 About

The Tour of Heroes application helps a staffing agency manage its stable of heroes.

The finished application:

  • Search a hero
  • Delete a hero
  • Upgrades a hero
  • Gets a list of heroes
  • Show details of a hero
  • Shows hero changes message
  • Edits the details of a selected hero


📺 Preview

video


⚒️ Technologies Used

  • CSS3
  • HTML5
  • Angular
  • TypeScript


🚀 How to run the project


  • Clone this repository
git clone https://github.com/RuthMaria/tourOfHeroesAngular.git
  • Install dependencies
yarn

or

npm i
  • Run the project
 ng serve
  • Navigate
http://localhost:4200/

Code scaffolding

Run ng g component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Create a new project

Run ng new project-name in power shell with admin permission


🎯 How to contribute

  • Fork this repository,
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature


📝 License

This project is under the MIT license. See the file LICENSE for more details.


Developed with ❤️ by Ruth Maria