https://github.com/diegot4l/music-festival-project
This project involves a website that simulates the website for a music festival called "Techno & EDM Festival." The page was developed as part of a Udemy course.
https://github.com/diegot4l/music-festival-project
educational-project festival-website projects udemy-course
Last synced: 4 months ago
JSON representation
This project involves a website that simulates the website for a music festival called "Techno & EDM Festival." The page was developed as part of a Udemy course.
- Host: GitHub
- URL: https://github.com/diegot4l/music-festival-project
- Owner: DiegoT4l
- License: unlicense
- Created: 2024-08-09T06:42:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T22:32:15.000Z (about 1 year ago)
- Last Synced: 2025-03-17T11:22:30.091Z (8 months ago)
- Topics: educational-project, festival-website, projects, udemy-course
- Language: SCSS
- Homepage: http://festmusic.diegot4l.com/
- Size: 34.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Techno & EDM Festival
### Project Description
This project involves the creation of a website that simulates the official platform for a techno music festival called "Techno & EDM Festival." The page was developed as part of a Udemy course taught by Professor Juan de la Torre Valdez.
### Educational Purpose
The purpose of this project is purely educational. Its development focuses on helping students improve their web programming skills using tools like Gulp and Sass. Through this project, course participants learn how to create, structure, and style modern and responsive websites.
## Tech Stack
**Client:** Gulp. SASS
## Authors
- [@codigoconjuan](https://github.com/codigoconjuan)
- [@DiegoT4l](https://github.com/DiegoT4l)
## Run Locally
Clone the project
```bash
git clone https://github.com/DiegoT4l/Music-Festival-Project.git
```
Go to the project directory
```bash
cd Music-Festival-Project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## License
[ISC](LICENSE)