Skip to content

ProgramTechBro/CODSOFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Web Development Internship Task

Task 1: Portfolio Website

Welcome to my Web Development Internship Task 1! This repository contains the code for my Portfolio Website, which I created as part of my internship. The website serves as a showcase of my skills, projects, and experiences in the field of web development.

Repository Link: Portfolio Website

Features:

  • Responsive Design: The website is designed to be fully responsive, ensuring a seamless experience across various devices and screen sizes.
  • Project Showcase: Explore my completed projects, including descriptions, technologies used, and live demos where available.
  • Skills Section: Learn about the programming languages, frameworks, and tools I am proficient in.
  • Contact Information: Easily get in touch with me through the provided contact details.

Technologies Used:

  • HTML5
  • CSS3 (including Flexbox and Grid for layout)
  • JavaScript
  • Bootstrap

Task 2: To-Do List Web App

Welcome to my Web Development Internship Task 2! This repository contains the code for my To-Do List Web App, an essential project where users can create, read, edit, delete, search, and filter tasks. Below are the details of this task:

Repository Link: To-Do List Web App

Features:

  • CRUD Operations: Users can create new tasks, read existing tasks, edit task details, and delete tasks.
  • Search Functionality: Implement a search feature to find tasks based on keywords or phrases.
  • Task Filtering: Users can filter tasks based on different statuses such as 'All,' 'Completed,' and 'Active.'
  • User-Friendly Interface: A clean and intuitive interface for easy task management.

Technologies Used:

  • HTML5
  • CSS3 (Flexbox/Grid for layout)
  • JavaScript (for dynamic interactions)
  • Backend: Node.js with Express.js (for creating APIs)

How to Use:

Prerequisites

Make sure you have the following installed on your system:

  1. Clone the Repository:
    git clone https://github.com/ProgramTechBro/To-Do-List.git
    cd To-Do-List
    
    npm install
    npm start
    The server will be running at http://localhost:3000.
    

Task 3: Simple Calculator Web App

Welcome to my Web Development Internship Task 3! This repository contains the code for my Simple Calculator Web App, a project designed to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. Below are the details of this task:

Repository Link: Simple Calculator Web App

Features:

  • Basic Arithmetic Operations: Users can perform addition, subtraction, multiplication, and division calculations.
  • User-Friendly Interface: A minimalistic and intuitive design for effortless calculations.

Technologies Used:

  • HTML5
  • CSS3 (Flexbox/Grid for layout)
  • JavaScript (for performing calculations and dynamic interactions)

How to Use:

  1. Clone the Repository:
    git clone https://github.com/ProgramTechBro/Simple-Calculator.git
    cd Simple-Calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors