Skip to content

rj225/TuteDude_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuteDude Project

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.

Table of Contents

Demo

Animation Demo

Features

  • A simple line with a box that moves from left to right infinitely.
  • Responsive design.

Technologies Used

  • React
  • CSS

Installation

  1. Clone the repository:

    git clone https://github.com/rj225/TuteDude_Project.git
    cd TuteDude_Project
  2. Install the dependencies:

    npm install

Usage

  1. Start the development server:

    npm start
  2. Open your browser and navigate to http://localhost:3000 to see the animation in action.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • Thanks to the React team for creating such an amazing library.
  • Inspired by various animation tutorials online.