Welcome to the software engineering performance innovative task from the Computer Science program at USTP CDO. This project showcases your skills and knowledge in building a web application, following best practices, and structuring the project effectively.
C:.
βββ π index.html
βββ π README.md
βββ π§ assets
βββ π¨ css
β βββ ποΈ style.css
βββ πΌοΈ images
β βββ π€ avatar.png
β βββ ποΈ favicon.png
βββ π» js
βββ π main.js
-
index.html
The main HTML file for your project. -
README.md
This file provides an overview of the project structure. -
structure.txt
A text file listing the project's folder structure.
- style.css
Contains the project's styling rules.
- avatar.png
A placeholder or user avatar image. - favicon.png
The favicon for your website.
- main.js
Contains the JavaScript code for interactivity.
- Open
index.htmlin your browser to see the webpage. - Edit files in the
assetsfolder to customize the project:- Update styles in
style.css. - Replace or add images in the
imagesfolder. - Add interactivity with
main.js.
- Update styles in
-
Run Locally
- Ensure you have a web browser installed (such as Chrome, Firefox, Edge, etc.).
- Open the
index.htmlfile in your browser by either double-clicking on it or using theOpen Fileoption in your browser.
-
Run in a Development Environment (Optional)
- You can use a local server for development to ensure that paths to files like images and stylesheets are correctly handled.
- If you have Node.js installed, you can use a simple HTTP server by running the following commands in your project directory:
npx http-server
- This will start a server on
http://localhost:8080where you can view the project.
Feel free to contribute or suggest improvements! π