Skip to content

Mohammad-Amin-Rmg/simple-home-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Home Page Project

This project is a simple home page built using HTML, CSS, and TypeScript. It serves as a personal portfolio or company website, showcasing team members and providing information about the company.

Project Structure

simple-home-page
├── src
│   ├── main.ts          # Main entry point for the TypeScript application
│   └── types
│       └── index.ts     # Type definitions for member data
├── css
│   └── style.css        # Styles for the webpage
├── images
├── index.html           # Main HTML document
├── package.json         # npm configuration file
├── tsconfig.json        # TypeScript configuration file
└── README.md            # Project documentation

Features

  • Responsive Design: The webpage is designed to be responsive and user-friendly across various devices.
  • TypeScript Integration: TypeScript is used for type safety and better development experience.
  • Dynamic Content: The application can dynamically manage member information and other content.

Setup Instructions

  1. Clone the Repository:

    git clone <repository-url>
    cd simple-home-page
  2. Install Dependencies: Make sure you have Node.js installed. Then run:

    npm install
  3. Build the Project: To compile the TypeScript files, run:

    npm run build
  4. Run the Application: You can serve the application using a local server. For example, using lite-server:

    npm start

Usage

Open your browser and navigate to http://localhost:3000 (or the port specified by your server) to view the home page. You can click on the navigation links to explore different sections of the website.

Contributing

Feel free to submit issues or pull requests if you have suggestions or improvements for the project.

About

The simple home page project is a basic web development project.This project making it easy to showcase your content, projects, or personal information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors