Thaghos tech challenge.
✨ A Next JS application using Jest to do front-end tests, with responsiveness and form validation.
Technologies Used: |
---|
Next JS |
Typescript |
Formik |
Yup |
Material-Ui |
Jest |
## Clone the repository in your text editor
git clone https://github.com/EduardoNoronha31/thaghos-test.git
## Install the initial project files
yarn
## or
npm install
## Run the project on your computer.
yarn run dev
## or
npm run dev
yarn test
## or
npm test