An open API service indexing awesome lists of open source software.

https://github.com/dhruvabhat24/codsoft

CODSOFT Internship Tasks
https://github.com/dhruvabhat24/codsoft

css html internship javascipt

Last synced: 5 months ago
JSON representation

CODSOFT Internship Tasks

Awesome Lists containing this project

README

          

# CODSOFT WEB-PROGRAMMING
# Task 1
## Portfolio

This is a portfolio which consists all information about me with different sections like Home, About, Skills, Education, Projects, Contact

## Features
+ Overview of my skills and areas of expertise.
+ Showcase of selected projects with descriptions and links.
+ Contact information and links to my social media profiles.
+ Clean and responsive design for a seamless browsing experience on various devices.
## Technologies Used
1. HTML5
2. CSS3
3. JavaScript

# Task 2
## Calculator

This is a simple calculator web application that allows users to perform basic arithmetic calculations. The application provides a user-friendly interface with buttons for digits, operators, and functions.

## Features
* Perform arithmetic calculations such as addition, subtraction, multiplication, and division.
* Calculate percentages and powers.
* Clear the input field using the "C" button.
* Toggle the sign of the current value with the "+/-" button.
* Calculate the result of the expression using the "=" button.

# CODSOFT JAVA-PROGRAMMING

# Task 1
## Number Guessing Game

Welcome to the Number Guessing Game! This is a simple Java console game where the player tries to guess a randomly generated number within a specified range.

## How to Play

1. Clone the repository to your local machine.
2. Open the project in your preferred Java development environment.
3. Compile and run the `NumberGuessingGame.java` file.
4. Follow the on-screen instructions to play the game:
- You'll be prompted to guess a number within a given range.
- You have a limited number of attempts to guess the correct number.
- After each attempt, you'll receive feedback on whether your guess is too high or too low.
- The game continues until you guess the correct number or use up all your attempts.
5. You can choose to play multiple rounds if you want.
6. Once you finish playing, your average attempts per round will be displayed.

## Customization

You can customize the game by modifying the variables at the beginning of the `NumberGuessingGame.java` file. For example:
- `minRange` and `maxRange` define the range of the randomly generated number.
- `maxAttempts` sets the maximum number of attempts allowed per round.

# Task 2
## Grade Calculator

This is a simple Java program that calculates the total marks, average percentage, and assigns a grade based on the average percentage achieved in a set of subjects.

## How to Use

1. Make sure you have Java installed on your system.
2. Clone this repository using the following command:
3. Navigate to the project directory:
4. Compile the Java file:
5. Run the compiled program:
6. Follow the prompts to input the number of subjects and their respective marks.

## Features

- Input the number of subjects and their marks.
- Calculates total marks and average percentage.
- Assigns a grade based on the average percentage achieved.

# Task 3
## Student Management System
This is a simple Student Management System implemented in Java. It allows users to manage a collection of students, including adding, removing, searching, and displaying student information.
## Features

- Add a new student with their name, roll number, and grade.
- Remove a student by their roll number.
- Search for a student using their roll number.
- Display a list of all students.
- Simple console-based user interface.