https://github.com/wesleybertipaglia/java-day
A website dedicated to the Java Day event, offering information about speakers, schedules, workshops, and registration. Includes interactive features for attendees and organizers.
https://github.com/wesleybertipaglia/java-day
astro frontend javascript project
Last synced: about 2 months ago
JSON representation
A website dedicated to the Java Day event, offering information about speakers, schedules, workshops, and registration. Includes interactive features for attendees and organizers.
- Host: GitHub
- URL: https://github.com/wesleybertipaglia/java-day
- Owner: wesleybertipaglia
- License: mit
- Created: 2023-06-18T16:36:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-03T14:29:41.000Z (10 months ago)
- Last Synced: 2025-11-18T23:03:13.623Z (7 months ago)
- Topics: astro, frontend, javascript, project
- Language: JavaScript
- Homepage: http://javanoroeste.com.br/javanoroeste/javaday_riopreto/
- Size: 68.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ☕ Java Day
A website dedicated to the Java Day event, offering information about speakers, schedules, workshops, and registration. Includes interactive features for attendees and organizers.

### Deploy
Visit the live website: [Java Day Rio Preto](http://javanoroeste.com.br/javanoroeste/javaday_riopreto/)
### Features:
- ✅ Simple, clean and responsive design
- ✅ Event details, speakers, schedule, and contact information
- ✅ Dark mode
- ✅ Registration form
- ✅ Interactive map
- ✅ Social media links
- ✅ Contact form
- ✅ Gallery with images and videos
- ✅ FAQ section
## 📚 Table of Contents
- [Getting Started](#getting-started)
- [Commands](#-commands)
- [Tech Stack](#-tech-stack)
- [License](#-license)
To know more about the project structure, check the [structure.md](/docs/structure.md) file.
## 🤖 Getting Started
1. Clone the repository
```bash
git clone https://github.com/wesleybertipaglia/java-day.git
```
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm start
```
Open your browser and go to [http://localhost:4321](http://localhost:4321) to see the website in action.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :---------------------------- |
| `npm install` | Install dependencies |
| `npm start` | Start application |
| `npm build` | Build application |
| `npm gulp` | Run gulp tasks |
## 🧩 Tech Stack
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [Astro](https://astro.build/)
- [Jest](https://jestjs.io/)
- [Tailwind CSS](https://tailwindcss.com/)
## 📜 License
This repository is licensed under the [MIT]. See the [LICENSE](LICENSE) file for details.
[Back to top](#java-day)