Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Internship Project

A simple web application documenting an internship journey and learning experience in frontend development.

Description

This project is a web page that showcases professional development and learning experiences during an internship. It features a clean, modern design with responsive styling and interactive elements.

Features

  • Welcome page with internship journey documentation
  • About section highlighting learning objectives
  • Tech stack and learning approach section
  • Interactive UI elements
  • Responsive design
  • Modern styling with hover effects
  • Live reload functionality for development

Technologies Used

  • Frontend: HTML5, CSS3, JavaScript
  • Server: Express.js (static file serving)
  • Runtime: Node.js
  • Development Tools: ChatGPT (for code assistance and learning)

Getting Started

Prerequisites

  • Node.js

Installation

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start
  4. Open your browser and navigate to http://localhost:3000

Development

The project includes live reload functionality, which automatically refreshes your browser when you make changes to files in the static directory. This includes:

  • HTML files
  • CSS files
  • JavaScript files

To use this feature:

  1. Start the development server with npm start
  2. Make changes to any file in the static directory
  3. Save the file and watch the browser automatically refresh

The project uses Node's watch mode for automatic server restarting during development.

Technical Implementation

  • Express.js is implemented as a lightweight static file server, responsible for efficiently delivering web pages to clients
  • The server setup focuses on serving static files (HTML, CSS, and JavaScript) without any backend processing
  • Development process is enhanced using ChatGPT for code optimization and learning

Author

Hassan Ali

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages