Welcome to the Fun React Project! This is a project showcasing stunning animations
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/iiitl/fun_project.git
- Navigate to the project directory:
cd fun_project
- Install dependencies:
npm install
- Run the development server
npm start
- Open your browser: Visit http://localhost:3000 to see the project running.
Contributions are welcome!
You can contribute by solving the given issues . To contribute, follow these steps:
-
Check for open issues: You can start contributing by checking if there's an open issue.
-
Fork the repository: Click on the "Fork" button at the top right corner of the repository page to create a copy of the repository on your GitHub account.
-
Clone the repository: Clone the forked repository to your local machine using the following command:
-
Make changes: Make your desired changes to the codebase.
-
Commit your changes: Commit your changes with a descriptive commit message .
-
Push changes: Push your changes to your forked repository on GitHub using the following command:
-
Submit a pull request: Finally, submit a pull request from your forked repository to the original repository. Ensure to provide a clear description of your changes in the pull request.
Thank you for contributing!