A simple login/register interface This is a front-end application made using React and javascript. this is my first application. It's was made to be simple as possible. The user is able to perform login or register as a user using a valid email.
What have I learned from this project ? One of the things I learned from this little project was the important of use Styled-components. Keep all my css class in one file is not wise at all. Using a library to deal with the form validation is a good solutio, no need to reinveted the wheel.
Live version here: Here
- nodeJs 16.11
- react 11.2
- react-router-dom
- axios
You will need nodeJs 16.11 and npm to run this application.
- run npm install
- run npm start.