About • Techs • Getting started • Live demo
Project made for Dog and Pony Studios front end developer challenge.
The project was developed with following libraries:
- Next.js is the React Web Framework of choice
- Styling with TailwindCSS
- Radix UI accessible and customizable library
- React Hook Form to deal with forms
- Modern State Manager with Zustand
- Linting with Eslint
- Code formatting with Prettier
- Git hook with Husky
- Lint Staged to check staged files before commits
- Automated workflow to production with GitHub Actions
- Static Types with Typescript
- Runtime schema validation with Zod
Clone this repository in your local machine:
git clone https://github.com/murimessias/dog-and-pony-frontend-challenge.git
Then move to the project directory
cd dog-and-pony-frontend-challenge
Install the project dependencies:
yarn install
Run the application locally and open up local host
yarn dev
This project is licensed under the MIT License - see the LICENSE page for details.