riad-azz / fake-a-tweet

Fake a Tweet is a simple web application made with Next.js that allows users to create dummy tweets.

Home Page:https://fake-a-tweet.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake A Tweet

Fake a Tweet is a simple web application that allows users to create dummy tweets and download them as images.This project is built using Next.js to provide an easy way to generate fictitious tweets for various purposes, such as memes, educational content, or social media posts.

Application Features:

  • Tweet Creation: Users can input text, username, and profile picture to create custom tweets.
  • Image Download: Generated tweets can be downloaded as image files for sharing on social media or other platforms.
  • Customization: You can customize the appearance of the tweet, including the text, username, and profile picture.
  • Responsive UI: The app is responsive and adapts to different screen sizes.

Check out the website live on fake-a-tweet.vercel.app .

Preview

Website preview

Getting Started

Clone the project

git clone https://github.com/riad-azz/fake-a-tweet.git

Install dependencies

cd fake-a-tweet && npm install

run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Fake a Tweet is a simple web application made with Next.js that allows users to create dummy tweets.

https://fake-a-tweet.vercel.app/


Languages

Language:TypeScript 97.0%Language:CSS 2.5%Language:JavaScript 0.5%