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.
The Java Internship folder contains the following projects:
-
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.
-
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.
-
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.
The JavaScript Internship folder includes the following projects:
-
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.
-
Digital Clock:
- Created a digital clock using HTML, CSS, and JavaScript.
- Integrates these technologies to provide a functional and visually appealing digital time display.
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.
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.
This repository is licensed under the MIT License.