This repository brings together various projects I've developed using HTML, CSS and pure JavaScript, as part of my learning process and evolution as a front-end developer.
The main idea is to centralize the small and medium projects I've developed in a single place, making them easier to view and access.
Check out the complete list of all existing projects below, view their details or access them:
| Project | Details | View |
|---|---|---|
| Calculator | Click here | View project |
| Smart Clock | Click here | View project |
| Timer | Click here | View project |
| Todo list | Click here | View project |
| Star dash | Click here | View project |
| Rick and Morty API Request | Click here | View project |
| Hardware Store | Click here | View project |
Click here to access the website that lists and presents each of the projects available in this repository:
You can access the projects from a public Docker image by following these steps:
- Download the image locally:
docker pull viniciuscassemira/js-projects:latest- Create a container with the image:
docker run -dp 8080:80 --name js-projs viniciuscassemira/js-projects:latest- Access in your browser:
http://localhost:8080Due to the simplicity of the projects, all were dockerized within the same image. To access a specific one, simply select it from the home page when accessing it.
Found a bug or have an improvement idea? Your contributions are welcome! Here's how you can help:
- 🐛 Report bugs by opening an issue with detailed descriptions
- 💡 Suggest new features or improvements through issues
- 🔧 Submit pull requests with bug fixes or enhancements
- 📖 Improve documentation or add comments to existing code
- ✨ Share ideas for new projects to be added to the collection
