Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manasshah1810 authored May 21, 2024
1 parent 7e3e88d commit f2beab6
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,45 @@
# Codsoft-
This repository is to showcase the projects made for the CodSoft internship
# CodSoft

## Description

CodSoft is a repository created to showcase projects developed during the CodSoft internship program, focusing on Java and JavaScript. The repository contains two folders: Java Internship and JavaScript Internship.

## Java Internship

The Java Internship folder contains the following projects:

1. **ATM.java**:
- This is a command-line program created to maintain the balance of a user's account.
- Users can perform actions such as withdrawing, depositing, or checking their balance.

2. **Guess the Number**:
- Implemented a "Guess the Number" game in Java.
- Provides an interactive user experience for players to guess a randomly generated number within a specified range.

3. **Grade Calculator**:
- A command-line program to calculate grades of a student.
- Takes marks as input and displays total marks, average marks, and the corresponding grade.

## JavaScript Internship

The JavaScript Internship folder includes the following projects:

1. **To-Do List**:
- Developed a dynamic To-Do List using HTML, CSS, and JavaScript.
- Seamlessly combines front-end technologies to create an interactive user experience.

2. **Digital Clock**:
- Created a digital clock using HTML, CSS, and JavaScript.
- Integrates these technologies to provide a functional and visually appealing digital time display.

## Usage

To explore the projects within this repository, navigate to the respective folders (Java Internship or JavaScript Internship) and view the source code for each project. You can also run the programs locally if you have the necessary environment set up.

## Contributing

Contributions to enhance or expand the projects within CodSoft are welcome. If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.

## License

This repository is licensed under the [MIT License](LICENSE).

0 comments on commit f2beab6

Please sign in to comment.