Skip to content

KeshavPathak01/AnimateItNow

 
 

Repository files navigation

AnimateItNow 🚀✨

AnimateItNow Logo
AnimateItNow
Typing SVG

Welcome to AnimateItNow — a creative, open-source hub for beautiful web UI components and animations!

Open Issues Open PRs Contributors Stars Forks Last Commit Contributions Welcome Version

🌈 What is AnimateItNow?

AnimateItNow is a collaborative platform where contributors share, discover, and learn from stunning web UI components and CSS/JS animations. Whether you're a beginner or a pro, you can:

  • Explore ready-to-use templates (Login forms, Buttons, Loaders, Modals, and more)
  • See live previews and code
  • Contribute your own creative ideas
  • Learn modern web animation techniques

✨ Features & Demos

  • Modern UI Templates: Login pages, animated buttons, loaders, modals
  • Live Previews: See animations in action before using
  • Easy Navigation: Browse templates, contributors, and contact info
  • Theme Toggle: Switch between light and dark modes
  • Mouse Tracker: Disabled in mobile layout

🛠️ How to Contribute

  1. Fork this repository
  2. Clone your fork locally
  3. Add your creative web components or animations in the appropriate folder
  4. Update the gallery page to showcase your work
  5. Submit a Pull Request with a short description and preview

All skill levels are welcome! Check out the Templates Gallery for inspiration.

💡 Why Open Source?

Open source empowers everyone to learn, share, and build together. AnimateItNow is a place for collaboration, growth, and innovation in web design and animation.

🎬 Demo & Example Animation

AnimateItNow Demo

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 1.2s infinite alternate;
}

📬 Contact

For questions, suggestions, or collaboration, reach out via LinkedIn or open an issue!

📄 License

This project is licensed under the MIT License.


🌟 Project Admin

Project Admin

GitHub LinkedIn

Made with ❤️ by Anuj and Contributors

About

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.2%
  • CSS 13.3%
  • JavaScript 2.5%