Skip to content

This project demonstrates how to create an animated ripple effect progress bar using HTML and CSS

Notifications You must be signed in to change notification settings

Yashi-Singh-1/Ripple-Effect-Progress-Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ripple Effect Progress Bar

Description

This project demonstrates how to create an animated ripple effect progress bar using HTML and CSS. The ripple effect gives a wave-like animation that moves across the progress bar, creating a dynamic and visually engaging appearance.

Features

  • Animated ripple effect using CSS animations.
  • Centered layout using flexbox for modern, responsive design.
  • Easy to integrate and customize.

Usage

Prerequisites

  • A modern web browser that supports CSS animations and flexbox.
  • Basic knowledge of HTML and CSS.

Instructions

  1. Clone or Download the Project:
    git clone https://github.com/Yashi-Singh-1/Ripple-Effect-Progress-Bar.git

    Or download the ZIP file from the GitHub repository.

  2. Open the Project:

    Navigate to the project directory and open the index.html file in your preferred web browser.

  3. Customization:

    You can customize the colors, sizes, and animation speed by editing the CSS in the <style> section of the HTML file.

Folder Structure

The project contains the following files:

  • index.html: The main HTML file that contains the structure and includes the CSS for the ripple effect progress bar.

Example Use Cases

  • Loading indicators for web applications.
  • Progress bars for form submissions or data uploads.
  • Visual feedback for processing tasks.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to create a pull request or open an issue on the project’s GitHub repository.

How to Contribute

  1. Fork the Repository:

    Click the "Fork" button at the top right corner of the repository page to create a copy of the repository in your own GitHub account.

  2. Clone the Forked Repository:
    git clone https://github.com/YOUR-USERNAME/Ripple-Effect-Progress-Bar.git

    Replace YOUR-USERNAME with your GitHub username.

  3. Create a New Branch:
    cd Ripple-Effect-Progress-Bar
    git checkout -b feature-branch

    Replace feature-branch with a descriptive name for your branch.

  4. Make Your Changes:

    Implement your changes or new features in the codebase. Make sure to test your changes thoroughly.

  5. Commit Your Changes:
    git add .
    git commit -m "Description of your changes"
  6. Push to Your Forked Repository:
    git push origin feature-branch
  7. Create a Pull Request:

    Go to the original repository on GitHub and click the "New pull request" button. Select your forked repository and the branch you created, then click "Create pull request". Provide a clear and detailed description of your changes.

Guidelines

  • Ensure your code follows the existing coding style.
  • Write clear, concise commit messages.
  • Test your changes thoroughly before submitting a pull request.
  • Be respectful and considerate in your interactions with the community.

Live Demo

You can see a live demo of the ripple effect progress bar on CodePen: Live Demo