Skip to content

sanyukta9/LGMVIP-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

LGMVIP-Java

LetsGrowMore Virtual Internship Program

TASKS

01 BEGINNER LEVEL TASKS

1. Create a currency converter in java

Technologies Required - Java programming language, Java Servlets Web Features, Applet, and Ajax.

Project Description - The purpose of this Java project is to convert a currency from one to another. A web-based interface for converting currency and getting the output value, for example, here displays converting the currency of the US dollar to INR. We see variations with different countries using different currencies. Be aware of the current exchange prices in the market and then can convert from one currency to another.

2. Create a Tic-Tac-Toe Game web application using Java

Technologies Required - Java, Java Swing, Java GUI (Graphical User Interface), and JFrame.

Project Description- The game starts with two players as active members, having a one�print board on the screen which displays 9 boxes (i.e., 3×3). The first person who starts the game has to enter either X or O for any one box, followed by the other player entering the other X or O (opposite to what the first player has entered). this continues unless any one of them gets a line cut either diagonally or straight. And the person who founds the line is the winner of the game

02 INTERMEDIATE LEVEL TASKS

1. Create a Simple Search Engine in Java

Technologies Required - Java, Java Servlet, Oracle or SQL Database, JDBC, Apache Tomcat, and JSP

Project Description- Simple Search Engine is a Java application developed using Servlets, SQL Server, and Oracle database. It can include features like a search bar, which displays the top 30 websites related to the keyword searched. The database containing resource description is described in SOIF (Summary Object Interchange Format) format. The interaction with the search server to access the database is dependent on the Java interface provided by classes in Java SDK. Your search engine contains a history of the pages you searched for, pages visited in the past few days, accounts linked with it, etc

2. Create a Scientific Calculator in Java

Technologies Required - Java, Java Swing, Java AWT, and OOPS

Project Description- A scientific calculator built using Java is a general-purpose application whose primary objective is to perform basic mathematical operations and also perform some essential and tricky solutions to trigonometric functions, logarithms, etc.

03 ADVANCE LEVEL TASKS

Create a Text Editor in Java

Technologies Required - Java, Java Swing, Java AWT, JTextArea, JMenuBar, JMenu, and JMenuItems.

Project Description- A Text Editor built using Java uses JTextArea, JMenu, JMenuItems, and JMenuBar to perform various tasks. It allows the user to enter, change, store, and print text. It also has a file menu to make changes in files (like open, save, close, and print) for future reference. and an edit menu to cut, copy and paste texts. Also, it has a “Save and Submit” button to close the file after saving the data. An actionListener is also used to detect actions in the project.

About

LetsGrowMore Virtual Internship Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages