diff --git a/MLSAKIET_FWdevops_INTERNSHIP/Easy Project/index.html b/MLSAKIET_FWdevops_INTERNSHIP/Easy Project/index.html new file mode 100644 index 00000000..96eaaa72 --- /dev/null +++ b/MLSAKIET_FWdevops_INTERNSHIP/Easy Project/index.html @@ -0,0 +1,64 @@ + + + + + + My Personal Webpage + + + + +
+ Profile Picture +

Your Name

+

Hello! I'm [Your Name], a passionate [Your Role or Hobby]. I love exploring new technologies, coding, + and connecting with like-minded people. Welcome to my little space on the web!

+ + +
+ + + + diff --git a/MLSAKIET_FWdevops_INTERNSHIP/Easy Project/save.jpg b/MLSAKIET_FWdevops_INTERNSHIP/Easy Project/save.jpg new file mode 100644 index 00000000..5c48bbe7 Binary files /dev/null and b/MLSAKIET_FWdevops_INTERNSHIP/Easy Project/save.jpg differ diff --git a/MLSAKIET_FWdevops_INTERNSHIP/Intermidiate Project/calculator.html b/MLSAKIET_FWdevops_INTERNSHIP/Intermidiate Project/calculator.html new file mode 100644 index 00000000..4f182ad9 --- /dev/null +++ b/MLSAKIET_FWdevops_INTERNSHIP/Intermidiate Project/calculator.html @@ -0,0 +1,137 @@ + + + + + + Calculator + + + + +
+
0
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + diff --git a/MLSAKIET_FWdevops_INTERNSHIP/README.md b/MLSAKIET_FWdevops_INTERNSHIP/README.md new file mode 100644 index 00000000..7965a682 --- /dev/null +++ b/MLSAKIET_FWdevops_INTERNSHIP/README.md @@ -0,0 +1,129 @@ +# Full-stack Web Development Internship + +Welcome to the Git repository for the Full-stack Web Development Internship. This program is designed to equip students with proficiency in building dynamic, user-friendly interfaces using HTML, CSS, JavaScript, and frameworks like React. It also includes implementing server-side logic with technologies such as Node.js and managing databases with MongoDB. Interns often work on projects like e-commerce sites and online portfolios, ensuring seamless user experiences across various devices through responsive design techniques. + +## Table of Contents +1. [Introduction to Git](#introduction-to-git) +2. [Objectives](#objectives) +3. [Rules and Regulations](#rules-and-regulations) +4. [Phases of the Internship](#phases-of-the-internship) + - [40-Hour Learning Modules and Microsoft Badges with Quizzes](#40-hour-learning-modules-and-microsoft-badges-with-quizzes) + - [60 Hours of Project Work & Creating Git PR (Pull Request & Repository Work)](#60-hours-of-project-work--creating-git-pr-pull-request--repository-work) +5. [How to Make a Pull Request (PR)](#how-to-make-a-pull-request-pr) +6. [Pull Request Requirements](#pull-request-requirements) +7. [Project List/ Internship Outcome](#project-list/-internship-outcome) +8. [Contact Information](#contact-information) + +## Introduction to Git + +Git is a distributed version control system that helps developers collaborate on projects efficiently. It tracks changes in source code during software development, enabling multiple developers to work on a project simultaneously. GitHub is a cloud-based hosting service for Git repositories, providing tools for collaborative development, version control, and project management. + +## Objectives + +1. To provide students with practical skills in building websites. +2. To enhance students' problem-solving abilities and technical expertise. +3. To prepare students for competitive scenarios in the tech industry. +4. To foster a deep understanding of the latest web development technologies and their applications. +5. To teach students how to control their repository and work in collaborations using Git/GitHub. +6. To enable students to make pull requests and manage version control effectively. +7. To ensure students learn the complete workflow of full-stack web development. +8. To provide hands-on experience through multiple projects. +9. To offer a complete understanding of web development processes and their practical applications. + +## Rules and Regulations + +- **Eligibility:** Open to all first-year and second-year students of KIET Group of Institutions. +- **Attendance:** Students must attend all scheduled sessions and complete all assigned tasks. +- **Assignments:** All assignments and projects must be submitted on time. +- **Ethics:** Students must adhere to the highest standards of academic integrity and professionalism. +- **Collaboration:** While collaboration is encouraged, all work submitted must be original and completed by the individual. + +## Phases of the Internship + +### 40-Hour Learning Modules and Microsoft Badges with Quizzes + +- Students will complete 40 hours of pre-defined modules from the Microsoft Learn platform. +- Upon completion, students will earn Microsoft Badges, showcasing their achievements. + +### 60 Hours of Project Work & Creating Git PR (Pull Request & Repository Work) + +- Students will be assigned projects in their respective domains. +- Projects are categorized into three levels: Easy, Intermediate, and Difficult. +- Students can choose to complete either an Easy and an Intermediate project or one Difficult project. +- This period will also include resolving any doubts and providing support. +- Students will compile and submit their projects for evaluation. + +## How to Make a Pull Request (PR) + +Follow these steps to make a pull request to this repository: + +1. **Fork the Repository:** Click the 'Fork' button at the top right corner of this repository to create a copy in your GitHub account. +2. **Clone the Repository:** Clone your forked repository to your local machine using the command: + ```bash + git clone https://github.com/your-username/repository-name.git + ``` +3. **Create a New Branch:** Create a new branch for your work: + ```bash + git checkout -b your-branch-name + ``` +4. **Make Changes:** Add your completed projects, report (PDF file), presentation, and a demo video to the repository. +5. **Commit Changes:** Commit your changes with a meaningful message: + ```bash + git add . + git commit -m "Added my project, report, presentation, and demo video" + ``` +6. **Push Changes:** Push your changes to your forked repository: + ```bash + git push origin your-branch-name + ``` +7. **Create a Pull Request:** Go to the original repository on GitHub and click the 'New Pull Request' button. Choose your branch and submit the pull request with a descriptive message. + +If you need help on how to make a PR, please refer to this video:[![How to Make a PR](https://img.youtube.com/vi/8lGpZkjnkt4/0.jpg)](https://www.youtube.com/watch?v=8lGpZkjnkt4) + +## Pull Request Requirements + +Your pull request should include: + +- Your completed projects. +- Your complete report in PDF file. +- Your presentation. +- A video demonstrating your project. +- Your name, branch, and roll number. + +## Project List/ Internship Outcome + +Difficulty level: Easy +1. Create a simple personal webpage +2. Style a basic webpage +3. Set up a development environment in VS Code for the Web +4. Create a JavaScript quiz +5. Build a to-do list application + +Difficulty level: Intermediate +1. Create a simple calculator +2. Develop a weather app +3. Build a simple React application +4. Deploy a personal portfolio +5. Develop a dynamic contact list + +Difficulty level: Difficult +1. Develop a full-stack web application +2. Create an e-commerce website +3. Develop a blog platform +4. Create an accessible web application +5. Develop a task management application + +## Contact Information + +For any queries, feel free to contact: + +- **Anshika Jain - Event Manager** + - Phone: +91 7905360538 +- **Tanya Sharma - Web Tech Lead** + - Phone: +91 8192822708 + +We hope you have a great learning experience and achieve significant milestones during this internship. Happy coding! +``` + +This update includes the requirement to upload a demo video of the project and a link to a YouTube video that explains how to make a pull request. + diff --git a/MLSAKIET_FWdevops_INTERNSHIP/assets/WhatsApp Video 2024-10-29 at 23.23.16_dd86f469.mp4 b/MLSAKIET_FWdevops_INTERNSHIP/assets/WhatsApp Video 2024-10-29 at 23.23.16_dd86f469.mp4 new file mode 100644 index 00000000..1ac9b5a7 Binary files /dev/null and b/MLSAKIET_FWdevops_INTERNSHIP/assets/WhatsApp Video 2024-10-29 at 23.23.16_dd86f469.mp4 differ diff --git a/MLSAKIET_FWdevops_INTERNSHIP/assets/rohan.pdf b/MLSAKIET_FWdevops_INTERNSHIP/assets/rohan.pdf new file mode 100644 index 00000000..42478c97 Binary files /dev/null and b/MLSAKIET_FWdevops_INTERNSHIP/assets/rohan.pdf differ