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.
- React
- Redux
- Tailwind CSS
- Vite
- Npm
- 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.
-
Clone this repository:
git clone https://github.com/EdgarPsda/breakify
-
Navigate to the project directory:
cd breakify -
Install the dependencies:
npm install
-
Start the application:
npm start
The app should automatically open in http://localhost:5173.
- Open the app in your browser.
- Enter a First Name and Last Name in the respective inputs.
- Watch how the text transforms into the Breaking Bad style.
Contributions are welcome. If you'd like to collaborate:
- Fork the project.
- Create a new branch for your feature (
git checkout -b feature/new-feature). - Make your changes and commit them (
git commit -am 'Added new feature'). - Push your changes to the repository (
git push origin feature/new-feature). - Create a Pull Request.
This project is licensed under the MIT License.