https://github.com/victorpaularony/visualizations
this website displays artists details and band details
https://github.com/victorpaularony/visualizations
css3 golang html5 javascript script shell spotify
Last synced: 2 months ago
JSON representation
this website displays artists details and band details
- Host: GitHub
- URL: https://github.com/victorpaularony/visualizations
- Owner: VictorPaulArony
- Created: 2025-01-07T20:35:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T06:51:14.000Z (over 1 year ago)
- Last Synced: 2025-01-26T07:49:33.289Z (over 1 year ago)
- Topics: css3, golang, html5, javascript, script, shell, spotify
- Language: CSS
- Homepage: https://visualizations.onrender.com/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualizations
Visualizationsis an application designed to help users manage and track their favorite music groups and artists. With a user-friendly interface, you can easily view your favorite bands, ensuring you never miss a concert or album release.
## Technologies Used
- **Frontend**: HTML, CSS, JavaScript
- **Backend**: Node.js, golang
## Installation
To get started with Groupie Tracker, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/VictorPaulArony/visualizations.git
```
Navigate into the project directory:
```bash
cd visualizations
```
Start the application:
```bash
go run main.go
```
Or use the script
```bash
./script
```
Open your browser and go to http://localhost:1234 (or the port specified in your configuration).
## Contributing
Contributions are welcome! If you would like to contribute to Groupie Tracker, please follow these steps:
1. Fork the repository.
2. Create a new branch (git checkout -b feature/YourFeature).
3. Make your changes and commit them (git commit -m 'Add some feature').
4. Push to the branch (git push origin feature/YourFeature).
5. Open a pull request.