/spectre_band

Website developed for a fictional rock band called Spectre, with the purpose of training HTML, CSS and JavaScript.

Primary LanguageCSSMIT LicenseMIT

Spectre Band

Welcome to the repository for the official website of Spectre, a fictional rock band. This project showcases an engaging and essential website, leveraging contemporary web technologies, including HTML5, CSS3, and vanilla JavaScript. Primarily, this endeavor served as a personal hands-on training experience to sharpen my skills in HTML, CSS, and JavaScript. Moreover, the project seamlessly integrates Vite.js, a robust build tool known for accelerating and streamlining the development process of cutting-edge web projects.

👨‍💻 Demo

Click here to see a live demo of the website.

Spectre Band

🚀 Built With

🛠️ Project Setup

Before you start, ensure you have Node.js and npm installed on your local development machine.

Here are the steps to setup the project on your local machine:

  1. Clone the repository:
git clone https://github.com/Barata-Ribeiro/spectre_band.git
  1. Navigate to the project directory:
cd spectre_band
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

You can now open your browser and check the link Vite provides to view the application.

🤝 Contributing

We welcome contributions to the Spectre Band website! Here's how you can help:

  1. Fork the project.
  2. Create a new branch (git checkout -b feature_branch).
  3. Make your changes in the new branch.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature_branch).
  6. Create a new Pull Request.

Please make sure your code adheres to our coding conventions and standards. We use ESLint and Prettier to enforce a consistent coding style, so we recommend you to install them as your project dev dependencies.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.