This project gathers a set of useful resources for creating modern and responsive websites. It provides practical examples and tools to improve your designs, add interactive effects, and create dynamic menus.
- ChartJS: Simple integration of interactive charts.
- Design: Responsive boxes, dark/light themes, styled images, and menus.
- Effects: Animations like blur, changing text, or shaking effects.
- Menus: Collection of examples of interactive and responsive menus.
WebResources/
├── ChartJS/
│ ├── index.html # Example of interactive charts with ChartJS
│ └── main.js # Script to generate charts
├── Design/
│ ├── ResponsiveBox/ # Examples of responsive boxes
│ ├── SideImage/ # Side-aligned images for modern design
│ ├── MainMenu/ # Main menu templates
│ └── DarkLight/ # Toggleable dark/light theme
├── Effects/
│ ├── Blur/ # Adding blur effects
│ ├── ChangingText/ # Interactive text animation
│ └── Shaking/ # Shaking effect for elements
├── Menu/
│ ├── 1/
│ ├── 2/
│ ├── 3/
│ ├── ...
│ └── 7/
- Clone this repository:
git clone https://github.com/username/WebResources.git
- Navigate through the folders to explore the examples.
- Integrate the resources into your web projects.
- Charts: Include
ChartJS/index.html
in your project to visualize data interactively. - Themes: Use
Design/DarkLight/
to implement a toggleable dark/light mode. - Effects: Apply animations like blur or shaking to enhance your designs.
- A modern browser compatible with HTML5, CSS3, and JavaScript.
This project is licensed under the MIT license. You are free to modify and redistribute it.