This project is a solution to an intermediate level Frontend Mentor challenge.
Built using Pug, SCSS, CSS animations, a bit of JavaScript and Parcel as a build tool.
Users can interact with the chat app in two ways:
- choose one of the dog walking options;
- type and submit a new message to the chat.
Clone the repository and run yarn install or npm install from the project's root directory to install the dependencies.
yarn start or npm start - runs the project in the development mode on localhost:3000.
yarn build or npm run build - builds the project for production.