Skip to content

vigneshshiv/tweetify

Repository files navigation

Tweetify

Beautify your tweets with nice background and share it. The application built with latest Next.js 13.

Preview

image

Tech Stack

Technology Description Link
Next.js 13 The React Framework https://nextjs.org/
Tailwind CSS Utility-first CSS Framework https://tailwindcss.com/
Next/Font Built-in automatic self-hosting fonts https://beta.nextjs.org/docs/optimizing/fonts
Zustand Client side state management https://github.com/pmndrs/zustand

Installation

  1. Fork the project. Click on the fork icon in the top right to get started.

  2. Clone the project, you can use the following command:

    git clone https://github.com/<your-github-username>/tweetify
  3. Navigate to the project directory

    cd tweetify
  4. Install dependencies with yarn install or npm install in both client and server folder

    yarn install
    or
    npm install
  5. Run the development server:

    yarn dev
    or
    npm run dev

Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.

License

No LICENSE.

About

Beautify your tweets with nice background and share it..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published