An open API service indexing awesome lists of open source software.

https://github.com/jagoda11/final-project-for-java-bootcamp

🎉 Welcome to the CMJavaEE-impl Project! 🎉 This project is a small voting application developed in Java during a bootcamp. Users vote for their favorite candidate by clicking on their picture, and the candidate with the most votes wins
https://github.com/jagoda11/final-project-for-java-bootcamp

apache-ant java java8 javaserver-faces xml

Last synced: 4 months ago
JSON representation

🎉 Welcome to the CMJavaEE-impl Project! 🎉 This project is a small voting application developed in Java during a bootcamp. Users vote for their favorite candidate by clicking on their picture, and the candidate with the most votes wins

Awesome Lists containing this project

README

          

# CMJavaEE 🗳️

Welcome to our CMJavaEE project repository! This project was developed during a Java bootcamp by a team of four developers. The Voting App is an example of a web-based voting application where users can select the "best candidate" by clicking on their picture. The candidate with the most votes is declared the winner.

## Technologies Used 💻

The project utilizes the following technologies:

- **Java:** Backend development
- **HTML/CSS:** Frontend development
- **Apache Ant:** Build automation tool
- **XML:** Configuration files
- **Java EE:** Enterprise Java development

## Getting Started 🏁

To get started with the project, follow these steps:

1. **Clone the repository:** Open your terminal and run the following command:

```bash
git clone https://github.com/Jagoda11/Final-Project-for-Java-bootcamp.git
```

2. **Open in your IDE:** Open the cloned project in your preferred Java development environment.

3. **Build and Run:** Build the project using Apache Ant and run it to start the voting application.

4. **Start Voting:** Users can vote for their favorite candidate by clicking on their picture. The candidate with the most votes wins!

Happy Coding! 💻✨