Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starknightt/twitterquestiongenerator
This project generates random, questions related to web development and programming. It's designed to provide fun and engaging content for your tweets, perfect for sparking conversations on Twitter.
https://github.com/starknightt/twitterquestiongenerator
framer-motion gemini gemini-api generated question-answering questions react reactjs tailwindcss ui-design web
Last synced: 6 days ago
JSON representation
This project generates random, questions related to web development and programming. It's designed to provide fun and engaging content for your tweets, perfect for sparking conversations on Twitter.
- Host: GitHub
- URL: https://github.com/starknightt/twitterquestiongenerator
- Owner: StarKnightt
- Created: 2024-07-22T17:36:26.000Z (4 months ago)
- Default Branch: Main
- Last Pushed: 2024-08-19T15:31:36.000Z (3 months ago)
- Last Synced: 2024-08-19T18:15:32.381Z (3 months ago)
- Topics: framer-motion, gemini, gemini-api, generated, question-answering, questions, react, reactjs, tailwindcss, ui-design, web
- Language: JavaScript
- Homepage: https://twitter-question-generator.vercel.app
- Size: 49 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Question Generator
Welcome to the **Twitter Question Generator**! This project generates random, questions related to web development and programming. It's designed to provide fun and engaging content for your tweets, perfect for sparking conversations on Twitter.
## Live Demo
Check out the live demo [here](https://twitter-question-generator.vercel.app/)!
## Features
- Generates random, humorous questions about web development and programming.
- Simple and easy-to-use interface.
- Share generated questions directly on Twitter.## Installation
1. Clone the repository:
```bash
git clone https://github.com/StarKnightt/TwitterQuestionGenerator.git
```2. Navigate to the project directory:
```bash
cd TwitterQuestionGenerator
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```5. Open your browser and go to `http://localhost:3000`.
## Usage
1. Open the [live demo](https://twitter-question-generator.vercel.app/) or run the project locally.
2. Click the "Generate Question" button to get a random, dumb question about web development or programming.
3. Share the question on Twitter using the provided link.## Contributing
We welcome contributions! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch: `git checkout -b my-feature-branch`.
3. Make your changes and commit them: `git commit -m 'Add new feature'`.
4. Push to the branch: `git push origin my-feature-branch`.
5. Open a pull request.## License
## Contact
If you have any questions or feedback, feel free to reach out:
- [Twitter](https://twitter.com/TechQuest)
- [Email](mailto:[email protected])## Acknowledgements
Special thanks to all contributors and users who have supported this project!
---