This repository contains a collection of 50 mini-projects built with HTML, CSS, and JavaScript.
The projects are based on the 50 Projects in 50 Days course by Brad Traversy and Florin Pop (link), with some modifications and improvements.
- The purpose of this project is to practice and improve skills in HTML, CSS, and JavaScript.
- Each project focuses on a specific feature, effect, or functionality.
- Some projects include custom enhancements or have been rewritten using TypeScript instead of JavaScript.
- All projects are organized into a unified structure for easy navigation.
The project is still a work in progress. Completed: 35/50 projects.
- #13 Random Choice Picker
- #16 Drink Water
- #17 Movie Search App
- #22 Drawing App
- #31 Password Generator
- #33 Notes App
- Some projects feature improved styles and updated images.
- In Project #19 Theme Clock, the clock hands transition smoothly from 59 seconds/minutes to 00 (instead of resetting and jumping back).
- In Project #31 Password Generator, the
Math.random
function was improved for better randomization of characters in the generated password. - In Project #35 Image Carousel,
TypeScript
was used instead of JavaScript.
- Clone the repository:
git clone <URL>
- Navigate to the project folder:
cd 50-projects-50-days
- Open the
index.html
file in your browser to access the project navigation.
The MIT License
Copyright (c) 2020-2021 Traversy Media https://traversymedia.com
Copyright (c) 2023-2024 Ekaterina Grishina (kaktusGr)
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.