• Stars
    star
    7
  • Rank 2,294,772 (Top 46 %)
  • Language
    Java
  • Created almost 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create Javafx UI-dynamic table, Here you create an Employee List and add some employee objects to it. We will display those data using a TableView. This code block shows your main() method.

More Repositories

1

Portifolio-Microverese

Portfolio: setup and mobile first : My portfolio project built with HTML, CSS,
JavaScript
9
star
2

Microverse-Awesome-books

Awesome Books is a single page application for managing your book collection online. Users can add and personalize lists of books to store in one place on this website. Featuring SPA technology, Awesome Books gives users seamless access to track.
JavaScript
8
star
3

WebJSF-CourseRegSys

Create a JSF application- Course Registration System | inludes login , I'm using NetBeans IDE 8.2.
HTML
7
star
4

Microverse-Html-css-Survey-Form

HTML
6
star
5

OOP-School-Library

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
Ruby
6
star
6

Portfolio-React-App

This is my personal portfolio website built with React. It showcases my web development projects and skills. The site has a clean, responsive design with project links, about, experiance, skills, and contact pages
JavaScript
6
star
7

Decode-Morse-code-msg

Ruby
5
star
8

JavaFx-MediaPlayer

Java
5
star
9

Microverse-Html-css-Tribute-Page

Simple Tribute Page
HTML
5
star
10

React-Space-Travelers

In this task, the real live data from the SpaceX API. Your task is to build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
5
star
11

WebJSP-RegistrationSys

This demo demonstrate java EE , Register user to the database and lookup from user.
Java
5
star
12

JavaFX-RMI

The code below will give you the basis to Java RMI with a very simple example of a Server-Client communication model.
Java
5
star
13

Doctor_Appointment-Booking_App

Doctor's Appointment app showcasing Ruby on Rails and React skills. Uses Rails API tied to React frontend following RESTful conventions. Allows managing doctor appointments and integrating calendar.
Ruby
5
star
14

React-Bookstore

Online bookstore app built with React, Redux, CSS & HTML. Allows browsing books by category, adding to cart, and checkout. Includes search function to find books by title or author. Key features: React, Redux, search, browsing, cart, checkout.
JavaScript
5
star
15

JavaRMI-Chat

The code below will give you the basis to Java RMI chat application with a very simple example of a Server-Client communication model.
4
star
16

JavaDbConnection

Java
4
star
17

fxGUI2022

GUI using regular javafx widgets
Java
4
star
18

Vet-clinic-database

A relational database used to create the initial data structure for a vet clinic
PLpgSQL
4
star
19

Distributed-Process-Coord-Election

Implemantation of Distributed Process Coordination Election Algorithim
Java
4
star
20

database-based-diagram

4
star
21

Benawi

Proifle
4
star
22

readme

4
star
23

Ruby-Enumerable

This repository includes files with Ruby that can be used to recreate a Enumerable
Ruby
4
star
24

JavaEE-Servelet

this demo demonstrate java EE , Register user to the database and lookup from user
Java
4
star
25

JavaFxFIO

JavaFx File Input Output
4
star
26

Capstone-1-Microverse

HTML , CSS and JS capstone project
CSS
4
star
27

Microverse-HTML-CSS-project

CSS
4
star
28

Servlet-JSP-Login

this demo demonstrate java EE , Register user to the database and lookup from user. beyond this enables the user in order to login to the system
3
star
29

JavaEE-JSF-webApp

Java-based web application framework intended to simplify development integration of web-based user interfaces.
HTML
3
star
30

Distributed-Clock-Synchronization

synchronization based on time (actual time and relative ordering)
Java
3
star
31

Process-Migration

Distributed Systems- Code Migration Demo
Java
3
star
32

Microverse-Trial-Code-Review

Perform a code review of trial project
3
star
33

JavaFx-GUIOuterClass

OuterClass event handler
Java
3
star
34

Blog-App

A Blog app similar classic blog website. With fully functional website that show the list of posts and empower readers to interact with them by adding comments and liking posts.
Ruby
3
star
35

Security-androML_hybrid-blockchain

A Hybrid Analysis and Detection of Android Malware Using Machine Learning and Blockchain Technology
3
star
36

JavaEE-JSP-Login

This demo demonstrate java EE , Register user to the database and lookup from user. beyond this enables the user in order to login to the system
3
star
37

JavaFxMultithreading

Multithreading Demonstration using JavaFx UI, Synchronization, Intercommunication, worker and dispatcher thread included
Java
3
star
38

Microverse-Reac-Math-Magicians

Math Magicians is a website built as a Single Page App (SPA) catering to mathematics enthusiasts. Users can perform simple calculations as well as generate random math quotes to read on the platform.
JavaScript
3
star
39

React-Capstone-Metrics-Webapp

React capstone project is about building a mobile web application to check a list of metrics (numeric values) that will create making use of React and Redux.
JavaScript
3
star
40

Todo-LIst-App-Docker

For the rest of this project, I will be working with a simple todo list manager that is running in Node.js
JavaScript
3
star
41

Java-Hibernate

Create Persistence Entities with validations, An entity is a lightweight domain object that is persist-able. An entity class is mapped to a table in a relational database. Each instance of an entity class has a primary key field.
Java
3
star
42

Leaderboard

In this activity you will set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. You should develop a first working version of the app following a wireframe, but without styling - just focus on functionality.
JavaScript
3
star
43

Spring-Boot-API

Spring Boot CRUD API, This will help you create a CRUD REST API/Service with Spring Boot, JPA, and Hibernate. Create a JPA Repository for a Student Entity and expose it using a Student Resource.
Java
2
star
44

Hello-world

Set up a Hello Microverse project
2
star
45

Microverse-Redux-Basics

JavaScript
2
star
46

Hello-Microverse

Set up a Hello Microverse project
2
star
47

Bugs-Hide-and-Seek

Bugs: hide-and-seek
JavaScript
2
star
48

Object-Serialiazion-File-IO

Object Serialization and Deserialization object Input output to and from file
Java
2
star
49

Microverse-Awesome-books-with-ES6

JavaScript
2
star
50

Message-Oranted-comminicatio-JMS

Message Oranted comminication impimantaion with JMS API
Java
2
star
51

Personal-Portifolio--bug-fixed

HTML
2
star
52

Data-structure-code-challenge

Data structure coding challenge solutions
JavaScript
2
star
53

Microverse-Jest-Testing

In this exercise, you will write a few practical tests for JavaScript functions using the Jest library. You should make sure you follow the AAA pattern to make your tests easier for other developers to read and understand.
TypeScript
2
star
54

Hello-rails-back-end

Now that you're familiar with Rails and React, it's time to put them together in a new kind of 'Hello World!' app. This exercise is going to have you create a React front-end with a Rails back-end and connect them to display a random message
Ruby
2
star
55

Microverse-To-Do-list

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 .
JavaScript
2
star
56

Spring-Boot-with-React-App

2
star
57

JavaFX-Networking

Demonstrate java Networking includes chat application, simple client server application and one way communication
Java
2
star
58

Microverse-Portifolio-Bootstrap

Implement Microverse Portifolio using Bootstrap
HTML
2
star
59

Microverse-JS-Capstone

"A dynamic webiste" is about building group web application based on an external API. We will select an API that provides data about a topic that we like and then build the webapp around it.
JavaScript
2
star
60

CRUD-PHP

A PHP CRUD (Create, Read, Update, Delete) application is a web-based system that allows users to manage data stored in a database. It provides an interface where users can add new records (Create), view existing records (Read), modify existing records (Update), and remove records (Delete).
PHP
1
star
61

BezaWeb

HTML
1
star
62

Microverse-Algo-and-coding-challenges

JS Code challenges solved
JavaScript
1
star
63

Hello-Rails

Ruby
1
star
64

Microverse-GitFlow

In this repo you will practice Gitflow with an empty repo.
1
star
65

Microverse-webpack

JavaScript
1
star
66

Microverse-To-Do-list-CR

JavaScript
1
star
67

Microverse-React-TodoApp

JavaScript
1
star
68

Spring-Boot-React-AWS

Fullstack using spring boot ,React and AWS
Java
1
star
69

Microverse-Bisect

JavaScript
1
star
70

Microverse-Testing-ToDolist

In this project you will write unit tests for the To Do list application. The testing project has been divided into two parts. In part 1 you will test functions responsible for adding and deleting list items. In part 2 you will test the status and content updates as well as the order re-position of items in the list.
JavaScript
1
star
71

Full-Stack-Take-Home-Test

Ruby
1
star
72

Digital-Wallet-App

Digital Wallet App for managing personal budget and transactions. Allows tracking spending by category to analyze expenses. Built as mobile web app with transaction list and analytics. Key features: transactions, categories, expenses.
Ruby
1
star
73

Microverse-Redux-API

Simulate how to connect async logic to interact with a Redux store when fetching data from an external API.
CSS
1
star