Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added task 2 and task 3 in anmol.md #56

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 29 additions & 10 deletions docs/anmol.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,55 @@ sidebar_label: anmol
# Welcome to My Portfolio


![Profile Image](https://ibb.co/qybj41v)
![Profile Image](https://i.ibb.co/qnLGs0z/IMG-0201-removebg-preview.png)

## Introduction

Hello, I'm Anmol Sharma, a passionate software engineer with a keen interest in web development. I am dedicated to creating high-quality software solutions and exploring new technologies. With a background in computer science, I bring a strong foundation in problem-solving and a commitment to delivering top-notch results.
## Progress Report

### Task 1 : My goal is to create a personal portfolio website using only HTML and CSS. This portfolio will showcase my skills, projects, and personal information in a professional and visually appealing way.
### Task 1 : Personal Portfolio
My goal is to create a personal portfolio website using only HTML and CSS. This portfolio will showcase my skills, projects, and personal information in a professional and visually appealing way.

![Task 1](https://ibb.co/TwjHtNm)
![Task 1](https://i.ibb.co/q9ZvkXv/portfolio.png)

#### Learning:
##### 1) Learned about Media queries and how to make website responsive.
##### 2) Learned about psuedo classes and elements.
##### 3) Learned about dispaly property.

### Task 2 : Creating Animation using JavaScript
My goal is to create a Animation using JavaScript. This will showcase my understanding of JavaScript and HTML(Canvas).
For this task I have made a Game using JavaScript and Canvas in which the user have to shoot the enemies to go to next level.
![Task 2](https://i.ibb.co/7tN7VfY/task2.png)

#### Learning:
##### 1) Learned about HTML Canvas tag.
##### 2) Learned about OOPs in JavaScript.
##### 3) Learned about Eventlisteners and array functions such as push,splice and slice.

### Task 3 : Creating Hunter Assassin Game (TEAM-TASK)
My goal is to create Hunter Assassin with my Team-Member(Tanvee) with proper team co-ordination using JavaScript,Html and CSS.

![Task 3](https://i.ibb.co/zZgXd7v/task-3.png)

#### Learning:
##### 1) Learned how to work in a team.
##### 2) Learned about how to resolve conflicts on git.
##### 3) Learned new JavaScript functions (filter,map,sort)
##### 4) Learned new JavaScript concepts related to logic building (random movement , collision etc)
##### 4) Learned how to divide Code into different sections.
##### 5) Learned how to maintain proper folder structure.

## Featured Work

### Project 1: Guess The Pokemon Project

![Project 1](https://ibb.co/stX3z8B)
![Project 1](https://i.ibb.co/ZXVSRFh/Screenshot-2024-10-07-105521.png)

- *Description:* Guess the Pokémon" is an interactive web-based game where players are presented with a silhouette or partial image of a Pokémon, and they must guess the name of the Pokémon within a limited time. The game usually features input boxes where players type their guesses, which are then evaluated for accuracy. Based on the input, the game provides visual feedback—such as color changes (green for correct, red for incorrect)—and keeps track of the player's score or level.
- *GitHub Repository:* [Project 1 Repo](https://github.com/Anmol202005/pokemon_Guess)

### Project 2: Weather Project

![Project 2](https://ibb.co/wdJ3F13)

- *Description:* Using API-based weather data, the site would adapt watering schedules to current and future conditions like rainfall, temperature, and humidity to avoid overwatering and water waste.
- *GitHub Repository:* [Project 2 Repo](https://github.com/Anmol202005/weather)

## Call to Action

Expand Down
Loading