Reaction Poll Generator is a user-friendly web app for crafting customized polls for LinkedIn posts. Effortlessly create engaging polls and boost interaction with your LinkedIn audience.
To get the app running on your local machine, follow these simple steps:
git clone https://github.com/Ramzi-Abidi/reaction-poll-generator.git
cd reaction-poll-generator
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser.
- Fork the repo
- Raise an issue or comment under it and I will assign it to you.
- Run these commands:
git checkout -b feature-or-bugfix-branch
git commit -m "Brief description of your changes"
git push origin feature-or-bugfix-branch