-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e3e88d
commit f2beab6
Showing
1 changed file
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |