Coder Social home page Coder Social logo

chirp's Introduction

Chirp

Chirp is a Twitter clone that allows users to express themselves exclusively through emojis in their tweets. The demo version of Chirp can be accessed here.

Chirp

Tech Stack

Chirp is built using the following technologies:

  • Next.js: A React framework for building server-side rendered and static websites.
  • Clerk.dev: An authentication solution for the web.
  • Prisma: A modern database toolkit for TypeScript and Node.js that provides an ORM (Object-Relational Mapping) layer for database interactions.
  • Tailwind CSS: A utility-first CSS framework that provides pre-built styles and components for rapid UI development.
  • tRPC: A next-generation TypeScript API framework for building APIs with strong typing and automatic code generation.
  • Redis: An in-memory data store used for rate limiting.

Tech Stack

Features

  • User registration authentication and advanced management.
  • Tweeting functionality with exclusive emoji usage.
  • Use of SSG and SSR to improve performance and SEO.
  • Timeline to view and interact with tweets from other users.
  • User profile page with full tweet history
  • Rate limiting using Redis to prevent excessive API requests.

Getting Started

To get started with Chirp, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/chirp.git
  2. Install the dependencies:

    cd chirp
    npm install
  3. Set up the environment variables:

    • Create a .env file in the root directory of the project.
    • Define the required environment variables in the .env file, such as database connection details, API keys, and Redis configuration.
  4. Run the development server:

    npm run dev

    The Chirp application should now be running on http://localhost:3000.

Tweet

License

This project is licensed under the MIT License. Feel free to use and modify the code as per your requirements.

Acknowledgements


chirp's People

Contributors

rasibn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.