This is a single page pet adoption application primarily built to demonstrate several concepts of React
with varying difficulty levels.
1. Run npm install
to install all dependencies.
2. Run npm run dev
to start development server.
You can also run npm run dev:mock
to run the application offline. npm run format
can be used to format the repository with prettier
. Linting of code can be done using npm run lint
.
Feel free to explore and implement additonal features to enhance user experience.