This project demonstrates a simple animation where a box passes through a line from left to right infinitely. The animation is implemented using React and CSS keyframes.
- A simple line with a box that moves from left to right infinitely.
- Responsive design.
- React
- CSS
-
Clone the repository:
git clone https://github.com/rj225/TuteDude_Project.git cd TuteDude_Project
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
to see the animation in action.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the React team for creating such an amazing library.
- Inspired by various animation tutorials online.