visit here → http://tweettoimg.herokuapp.com
(The web app is not accessible as of now due to the free Twitter API moved to a paid program. Check out the demo here.)
- 🛠 Create a good post from your tweet in one click
- 🌈 Set background from your local files, links or directly from Unsplash, and choose different colours
- 🌓 Set light and dark mode for your tweet
- ⚙️ Change opacity and border radius of tweet
- 💾 Download tweet image in
.png
-
React with Context API
-
Node.js (Express)
-
- Twitter API for fetching tweet data
- Unsplash API for fetching photos for background images
To start this project, clone the repo or download the zip
npm install
npm start
cd client
npm install
npm startAdd .env file in the root folder and the client folder, and add your credentials
- adding support for tweets containing media (currently only supports text-based tweets)
- More custom theme options and templates
- high-quality image download
- directly post or schedule to Instagram from the web app
