Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

12 lines (11 loc) · 1.01 KB

Atena Form

Athena Form Challenge


Recently, I had the opportunity to create a form project in a Challenge, using the most modern technologies on the market, such as React, Typescript, and the Chakra UI lib. The goal was to develop a user registration form.

React was used as the main library for the development of the form's user interface.
Additionally, Typescript was used to add static typing features to the code, ensuring greater security and reliability to the form. With Typescript, it was possible to validate the code at development time, avoiding common errors during code execution.

Finally, the Chakra UI lib was used to create a visually attractive and highly usable user interface. The library offers a wide variety of features, such as custom themes, typography, and color schemes.

This project allowed me to improve my development skills and learn new important concepts.