Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solanki03/java-projects
This repo consists of 3 Java Projects. They are - Number Game, Word Counter, ATM INTERFACE.
https://github.com/solanki03/java-projects
atm-interface console-application console-game desktop-application java mysql mysql-database number-game swing-gui word-counter
Last synced: about 1 month ago
JSON representation
This repo consists of 3 Java Projects. They are - Number Game, Word Counter, ATM INTERFACE.
- Host: GitHub
- URL: https://github.com/solanki03/java-projects
- Owner: solanki03
- License: mit
- Created: 2024-01-09T18:03:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:26:27.000Z (11 months ago)
- Last Synced: 2024-11-09T23:15:43.488Z (about 2 months ago)
- Topics: atm-interface, console-application, console-game, desktop-application, java, mysql, mysql-database, number-game, swing-gui, word-counter
- Language: Java
- Homepage:
- Size: 7.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CODSOFT
## ATM Interface - GUI based Desktop Application (CodSoft_TaskNo4)
- An existing user is asked for Card no. and Pin to access the account.
- A new user needs to sign up to generate Card no. and Pin which is required for login.
- User-friendly login interfaces.
- Secure PIN-based authentication.
- Option to sign up for a new account.
- Multi-page signup process for user details.
- Form validation to ensure all necessary information is provided.
- User can do multiple transaction operations:
- Deposit
- Withdrawal
- Fast Cash
- Mini Statement
- Change PIN
- Balance Inquiry## Number Game - GUI based Desktop Application (CodSoft_TaskNo1)
- Initially the user is asked for the name to play the game.
- Three difficulty levels: Easy, Medium, and Hard.
- Limited attempts per round (Easy = 10 attempts, Medium = 6 attempts, Hard = 3 attempts).
- Earn points for each move (Easy = 15 points/attempts, Medium = 25 points/attempts, Hard = 50 points/attempts).
- Receive feedback on your guess and attempt to guess the correct number.
- Total score calculation after completing all rounds.## Word Counter - GUI based Desktop Application (CodSoft_TaskNo2)
- Users can input their text in the spacious text area provided.
- Clicking the "Count" button triggers the word and character counting process.
- he "Clear" button swiftly resets the input area and result fields, providing a clean slate for the next input.