Skip to content

bch-fullstack/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Project Title

This is a simple Hello World program to introduce students to basic programming in Javascript

Getting Started

Pasting the code snippet to the the browser console panel will print out basic Hello messages

Prerequisites

Any browsers would work but it is recommended to use Google Chrome

How To Get Around

Every browser has a different way of accessing the console, which is usually the easiest to test out some Javascript code

In Chrome, right click on a page and select Inspect or press the key combination Ctrl/Command + Shift + I

Within the Console tab of the Developer Console, try the following commands out and press Return or Enter key

console.log ('Hello World');

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

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

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

simple hello project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published