Skip to content

rpengms/hello-world-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Project

This project contains a simple "Hello World" application implemented as both a website and an iOS app.

Web Application

The web application is located in the web directory and consists of the following files:

  • index.html: The main HTML document that structures the webpage and links to the CSS and JavaScript files.
  • css/style.css: The stylesheet that defines the appearance of the webpage, including colors, fonts, and layout.
  • js/script.js: The JavaScript file that contains code for DOM manipulation and user interaction handling.

Running the Web Application

  1. Open index.html in a web browser.
  2. The webpage will display "Hello, World!" styled according to the CSS.

iOS Application

The iOS application is located in the ios directory and consists of the following files:

  • HelloWorldApp.swift: The entry point of the iOS application that sets up the initial view.
  • ContentView.swift: The main view of the app that displays "Hello, World!" on the screen.
  • Assets.xcassets/Contents.json: Manages image assets for the app.

Running the iOS Application

  1. Open the HelloWorld.xcodeproj file in Xcode.
  2. Select a simulator or a connected device.
  3. Build and run the project to see "Hello, World!" displayed on the screen.

Conclusion

This project serves as a basic introduction to web and iOS development, showcasing how to create a simple application that displays "Hello, World!" in both environments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •