t10d / cra-template-kingdom

Create React App Template crafted in the Kingdom.
MIT License
15 stars 1 forks source link

feature: create login page #20

Closed GuilhermeLLS closed 3 years ago

GuilhermeLLS commented 3 years ago

What is this

How to test

You can run the app and mess around with the login form, run the tests and the stories.

Observations

I had to force babel-loader version in template.json because storybook and react-scripts were in conflict due to babel-loader version.

phenrique7 commented 3 years ago
  1. Should I test components such as Input and LogginWrapper? They do not have any functionality at all, they are just pieces of UI.

No.

  1. Are we going to have any UI sketchs to be used as guides? My UI skills are really bad hehe

For inspiration: https://tailwindui.com/components/application-ui/forms/sign-in-forms.

GuilhermeLLS commented 3 years ago

@phenrique7 @diogomqbm done!