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
- Host: GitHub
- URL: https://github.com/jagoda11/final-project-for-java-bootcamp
- Owner: Jagoda11
- Created: 2018-01-18T12:13:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T17:32:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T12:43:58.287Z (about 1 year ago)
- Topics: apache-ant, java, java8, javaserver-faces, xml
- Language: HTML
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 💻✨