This repository contains a responsive animated form built using React.js and the Sass preprocessor for CSS. The design for this form was inspired by a layout I found on Dribbble: Summerly Media Website design for the SMM agency.
To run this project locally, please follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/Fernanda-Kipper/animated-form.git
-
Navigate to the project's directory:
cd animated-form
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and visit
http://localhost:5173
to view the animated form.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name for your feature or bug fix:
git checkout -b my-feature
- Make the necessary changes and commit your work:
git commit -am 'Add new feature'
- Push your branch to your forked repository:
git push origin my-feature
- Open a pull request on the original repository, providing a clear description of your changes and their purpose.
Please ensure that your contributions adhere to the project's coding conventions and follow best practices.