An open API service indexing awesome lists of open source software.

https://github.com/maxkrv/pets-paw-nextjs

PetsPaw - CRUD application for cat lovers.
https://github.com/maxkrv/pets-paw-nextjs

cats nextjs pets react react-query redux redux-toolkit scss tailwindcss tanstack-query

Last synced: 4 months ago
JSON representation

PetsPaw - CRUD application for cat lovers.

Awesome Lists containing this project

README

          

# pets-paw-nextjs

CRUD application for cat lovers. Made using NextJS and [The Cat API](https://www.thecatapi.com/).

## Online

https://petspaw-maxkrv.vercel.app/

## Project setup

1. Use the package manager [npm](https://www.npmjs.com/) to install dependencies.
```bash
npm install
```
2. Make .env file, using template from [.env.example](https://github.com/maxkrv/pets-paw-nextjs/blob/main/.env.example).
3. Start dev server.
```bash
npm run dev
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)