This is a simple web project where you input text, and it appears on the screen with a smooth animation effect. The purpose of this project is to practice creating animations for text input and learning how to interact with user input using pure CSS and JavaScript, without relying on any frameworks.
- Input text and see it displayed with a smooth animation effect.
- Focus on applying CSS animation techniques to text elements.
- Learn how to use JavaScript for simple interaction with input fields.