This project consists of migrating a system that originally used CSS Modules to a more modern and flexible approach using Styled Components in conjunction with TypeScript. The transition aims to improve the readability, maintainability and efficiency of the code, taking advantage of the benefits provided by these technologies.
- Clone the repository:
git clone https://github.com/your-username/repository-name.git- Open the project directory:
cd repository-name- Install project dependencies:
npm install- Start:
npm startWe welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.
- Fork the project.
- Create a branch for your contribution:
git checkout -b my-contribution. - Make your changes and commit:
git commit -m 'Add my contribution'. - Push to your branch:
git push origin my-contribution. - Open a pull request for review.
If you have contributions, suggestions, or feedback, feel free to open an issue.
