https://github.com/aleksvitko/javascript-html-css-bootstrap
Коллекция небольших проектов, созданных с использованием HTML5, CSS3 и JavaScript. Никаких фреймворков или библиотек.
https://github.com/aleksvitko/javascript-html-css-bootstrap
animation bookmarks-app bootstrap css css-animations css-grid css-grid-layout html html-css-javascript html-css-js html5 javascript javascript-library navbar-animation portfolio portfolio-website
Last synced: 8 months ago
JSON representation
Коллекция небольших проектов, созданных с использованием HTML5, CSS3 и JavaScript. Никаких фреймворков или библиотек.
- Host: GitHub
- URL: https://github.com/aleksvitko/javascript-html-css-bootstrap
- Owner: AleksVitko
- Created: 2025-01-24T03:11:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T07:33:43.000Z (about 1 year ago)
- Last Synced: 2025-03-28T22:34:42.359Z (12 months ago)
- Topics: animation, bookmarks-app, bootstrap, css, css-animations, css-grid, css-grid-layout, html, html-css-javascript, html-css-js, html5, javascript, javascript-library, navbar-animation, portfolio, portfolio-website
- Language: CSS
- Homepage:
- Size: 22.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Projects
Collection of the small projects built with HTML5, CSS3 & JavaScript. No frameworks or libraries.




| | Name | Description | Demo |
|---|----------|---------------|-------|
| 1 | [Portfolio](/portfolio/) | A portfolio website built using JS, HTML, and CSS to showcase the creator's work and skills. | [Demo](https:///) |
| 2 | [Light/Dark Mode](/light-dark-mode/) | Website example that toggles between light and dark mode. | [Demo](https:///) |
| 3 | [Animated Navigation](/animated-navigation/) | Website example with animated and responsive navigation. | [Demo](https:///) |
| 4 | [Music Player](/music-player/) | Simple, yet stylish music player with custom controls. | [Demo](https:////) |
| 5 | [Custom Countdown](/custom-countdown/) | Custom countdown app that uses local storage to keep the user data. | [Demo](https:///) |
| 6 | [Bookmark App](/bookmark-app/) | Simple application for bookmarking webistes. | [Demo](https:///) |
| 7 | [Form Validation](/form-validation/) | Form validation using HTML and JavaScript. | [Demo](https:///) |
| 8 | [Github User Data](/github-user-data/) | Fetch profile user data from GitHub. | [Demo](https:///) |
## How to use
* Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
* Download the repository using the [instruction](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
* Open the directory with the files downloaded, go to the project folder and open the `index.html` file. All done.
```bash
javascript-projects
└── `project-folder`
└── index.html
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
Licensed under the [MIT license](./LICENSE).