This is a solution made with React for a Frontend Mentor exercise where I have to make a responsible page that the user can type his email and recieve a feedback on whether or not the email is valid.
Desktop:
Mobile:
- Semantic Tags
- Flex
Want to contribute to the repository or test it in your own machine? Follow this guide to know how:
- Install Node.js and NPM.
- I reccomend installing the Git Bash because I haven't tested with another terminal and cannot guarantee the commands will be the same.
- Fork the project:
- After forking, get the URL to clone the fork:
- Open GIT Bash at the root of the project and type
git clone copied-url-here
and then wait for the repository to be cloned. - Type
npm install
so the project's dependecies can be downloaded. - After installing the dependencies, type
npm run start
and the terminal will give a localhost url which you can type on your browser and see the project running!