Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:26:34.000Z (3 months ago)
- Last Synced: 2024-08-29T16:07:46.917Z (3 months ago)
- Topics: astro, frontend, javascript, project
- Language: JavaScript
- Homepage: http://javanoroeste.com.br/javanoroeste/javaday_riopreto/
- Size: 47.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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.![screenshot](/docs/screenshot.png)
### 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)