Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ePortfolio

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.

πŸ“‚ Project Structure

C:.
β”œβ”€β”€ πŸ“„ index.html
β”œβ”€β”€ πŸ“„ README.md
└── πŸ”§ assets
    β”œβ”€β”€ 🎨 css
    β”‚   └── πŸ–ŒοΈ style.css
    β”œβ”€β”€ πŸ–ΌοΈ images
    β”‚   β”œβ”€β”€ πŸ‘€ avatar.png
    β”‚   └── πŸ–οΈ favicon.png
    └── πŸ’» js
        └── πŸ“ main.js

πŸ“„ Files Overview

Root Directory

  • 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.

πŸ“‚ Assets Folder

🎨 CSS

  • style.css
    Contains the project's styling rules.

πŸ–ΌοΈ Images

  • avatar.png
    A placeholder or user avatar image.
  • favicon.png
    The favicon for your website.

πŸ’» JavaScript

  • main.js
    Contains the JavaScript code for interactivity.

🌟 Get Started

  1. Open index.html in your browser to see the webpage.
  2. Edit files in the assets folder to customize the project:
    • Update styles in style.css.
    • Replace or add images in the images folder.
    • Add interactivity with main.js.

πŸš€ How to Run

  1. Run Locally

    • Ensure you have a web browser installed (such as Chrome, Firefox, Edge, etc.).
    • Open the index.html file in your browser by either double-clicking on it or using the Open File option in your browser.
  2. 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:8080 where you can view the project.

Feel free to contribute or suggest improvements! πŸŽ‰

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages