Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsantos1711/meow-hub
๐งถ Cat's social media
https://github.com/vsantos1711/meow-hub
nextjs shadcn-ui tailwindcss typescript vercel zod
Last synced: 25 days ago
JSON representation
๐งถ Cat's social media
- Host: GitHub
- URL: https://github.com/vsantos1711/meow-hub
- Owner: vsantos1711
- Created: 2023-12-24T20:40:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T01:54:07.000Z (2 months ago)
- Last Synced: 2024-11-12T02:17:33.048Z (2 months ago)
- Topics: nextjs, shadcn-ui, tailwindcss, typescript, vercel, zod
- Language: TypeScript
- Homepage: https://meow-hub.vercel.app
- Size: 7.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฑ MeowHub
## Project Status
![Frame](http://img.shields.io/static/v1?label=STATUS&message=IN%20PROGRESS&color=blue&style=for-the-badge)## Description
MeowHub is a straightforward social media platform for cat lovers! Share delightful cat photos, along with names, ages, and more details about your feline friends. Connect with fellow cat enthusiasts and immerse yourself in the world of cats. It's as simple as a purr! ๐ฑ๐ธ
## Technologies Used
- **[Next.js:](https://nextjs.org/)** The React framework used to build MeowHub, providing server-side rendering and static site generation.
- **[TypeScript:](https://www.typescriptlang.org/)** The primary programming language for the project, ensuring type safety and enhancing code quality.
- **[TailwindCSS:](https://tailwindcss.com/)** Utility-first CSS framework used for styling MeowHub quickly and efficiently.
- **[Vercel:](https://vercel.com/)** Platform used to host MeowHub, providing seamless deployment and serverless functions.
- **[Zod:](https://zod.dev/)** TypeScript-first schema declaration and validation library used for ensuring data integrity.
- **[Shadcn/ui:](https://ui.shadcn.com/)** Component library used to enhance the user interface of MeowHub.## Running the project
1. Clone the repository and install dependencies:
```shell
git clone https://github.com/vsantos1711/meow-hub.git && cd meow-hub &&
pnpm install
```
2. Run the setup script, which takes care of installing dependencies, building packages and setting up the workspace:```shell
pnpm run dev
```## Contributors