Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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