GustavoSantiago81 / animated-form

This repository contains a implementation of an animated form inspired by Summerly Media layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animated Form

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.

Installation

To run this project locally, please follow these steps:

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/Fernanda-Kipper/animated-form.git
  2. Navigate to the project's directory:

    cd animated-form
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your web browser and visit http://localhost:5173 to view the animated form.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch with a descriptive name for your feature or bug fix:
    git checkout -b my-feature
  3. Make the necessary changes and commit your work:
    git commit -am 'Add new feature'
  4. Push your branch to your forked repository:
    git push origin my-feature
  5. 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.

About

This repository contains a implementation of an animated form inspired by Summerly Media layout


Languages

Language:TypeScript 27.9%Language:JavaScript 20.2%Language:SCSS 19.9%Language:HTML 18.9%Language:CSS 13.2%