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.
- Host: GitHub
- URL: https://github.com/maxkrv/pets-paw-nextjs
- Owner: maxkrv
- License: mit
- Created: 2022-09-14T20:57:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T09:09:03.000Z (over 3 years ago)
- Last Synced: 2025-05-16T04:37:02.796Z (about 1 year ago)
- Topics: cats, nextjs, pets, react, react-query, redux, redux-toolkit, scss, tailwindcss, tanstack-query
- Language: TypeScript
- Homepage: https://petspaw-maxkrv.vercel.app/
- Size: 6.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)