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
- 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.
- HTML5
- CSS3 (including Flexbox and Grid for layout)
- JavaScript
- Bootstrap
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
- 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.
- HTML5
- CSS3 (Flexbox/Grid for layout)
- JavaScript (for dynamic interactions)
- Backend: Node.js with Express.js (for creating APIs)
Make sure you have the following installed on your system:
- 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.
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
- Basic Arithmetic Operations: Users can perform addition, subtraction, multiplication, and division calculations.
- User-Friendly Interface: A minimalistic and intuitive design for effortless calculations.
- HTML5
- CSS3 (Flexbox/Grid for layout)
- JavaScript (for performing calculations and dynamic interactions)
- Clone the Repository:
git clone https://github.com/ProgramTechBro/Simple-Calculator.git cd Simple-Calculator