This repository contains my personal collection of HTML, CSS, and JavaScript projects. Each project is built as part of my learning journey and practice in front-end web development.
- JavaScript
- HTML/CSS
- Git & GitHub
- VS Code
- Spck NodeJS
To get started with any of these projects, follow the general setup instructions below, then refer to individual project directories for specific setup requirements.
Before running these projects, make sure you have the following installed:
- Git: Version control system
- Code Editor: VS Code or your preferred editor
-
Clone the repository
git clone https://github.com/SahinShazi/My-projects.git cd My-projects -
Navigate to a specific project
cd project-folder-name -
Follow project-specific instructions Each project folder contains its own README with detailed setup instructions.
Navigate to any project directory and follow these general steps:
- Read the project-specific README
- Install required dependencies
- Configure environment variables (if needed)
Contributions are welcome! If you'd like to contribute to any of these projects:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow existing code style and conventions
- Add comments and documentation for new features
- Test your changes thoroughly
- Update README files if necessary
- Be respectful and constructive in discussions
If you encounter any issues or have suggestions for improvements:
- Check existing issues to avoid duplicates
- Create a new issue with detailed description
- Include steps to reproduce (for bugs)
- Provide relevant system information
- Add appropriate labels
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2024 Sahin Shazi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Sahin Shazi
- GitHub: @SahinShazi
- Email: Sahin Enam
- LinkedIn: Sahin Enam
⭐ If you find these projects helpful, please consider giving this repository a star! ⭐
Thank you for visiting my project repository. Happy coding! 🚀