Skip to content

Breakify is a simple web application that allows users to enter a first name and a last name, which will be displayed in a format inspired by the popular TV series Breaking Bad.

Notifications You must be signed in to change notification settings

EdgarPsda/breakify

Repository files navigation

Breakify

Description

Breakify is a simple web application that allows users to enter a first name and a last name, which will be displayed in a format inspired by the popular TV series Breaking Bad. The project highlights the use of Redux for efficient and clear state management.

Technologies Used

  • React
  • Redux
  • Tailwind CSS
  • Vite
  • Npm

Key Features

  • Transforms the entered text in the inputs to display it in Breaking Bad style.
  • Redux is used for managing the state of the entered names.
  • Responsive design styled with Tailwind CSS.

Installation

  1. Clone this repository:

    git clone https://github.com/EdgarPsda/breakify
  2. Navigate to the project directory:

    cd breakify
  3. Install the dependencies:

    npm install
  4. Start the application:

    npm start

The app should automatically open in http://localhost:5173.

Usage

  1. Open the app in your browser.
  2. Enter a First Name and Last Name in the respective inputs.
  3. Watch how the text transforms into the Breaking Bad style.

Contribution

Contributions are welcome. If you'd like to collaborate:

  1. Fork the project.
  2. Create a new branch for your feature (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -am 'Added new feature').
  4. Push your changes to the repository (git push origin feature/new-feature).
  5. Create a Pull Request.

License

This project is licensed under the MIT License.

Links

About

Breakify is a simple web application that allows users to enter a first name and a last name, which will be displayed in a format inspired by the popular TV series Breaking Bad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published