An open API service indexing awesome lists of open source software.

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. Никаких фреймворков или библиотек.

Awesome Lists containing this project

README

          

# JavaScript Projects
Collection of the small projects built with HTML5, CSS3 & JavaScript. No frameworks or libraries.

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![MDN Web Docs](https://img.shields.io/badge/MDN_Web_Docs-black?style=for-the-badge&logo=mdnwebdocs&logoColor=white)

| | 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).