https://github.com/charlescreativecontent/helpinghands
Application that helps hosts keep a queue of speakers at their events on twitter
https://github.com/charlescreativecontent/helpinghands
Last synced: 5 months ago
JSON representation
Application that helps hosts keep a queue of speakers at their events on twitter
- Host: GitHub
- URL: https://github.com/charlescreativecontent/helpinghands
- Owner: CharlesCreativeContent
- Created: 2024-09-24T02:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T03:45:22.000Z (over 1 year ago)
- Last Synced: 2025-12-26T17:50:30.796Z (6 months ago)
- Language: HTML
- Homepage: https://ShawnCharles.com/hands
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelpingHands
HelpingHands is an application designed to assist hosts in managing a queue of speakers during their events on Twitter. This tool helps streamline the process of speaker management, making it easier for event hosts to keep track of who is next to speak.
## [Live Demo](https://shawncharles.com/hands)
## Features
- Queue management for speakers at events
- Integration with Twitter for easy speaker tracking
## Technologies Used
- HTML (82.6%)
- JavaScript (17.4%)
## Installation
To run the project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/CharlesCreativeContent/helpinghands.git
```
2. Navigate to the project directory:
```bash
cd helpinghands
```
3. Install the dependencies:
```bash
npm install
```
4. Start the development server:
```bash
node api/twitter.js
```
## Project Structure
```
helpinghands/
│
├── api/twitter.js
├── index.html
├── package.json
├── package-lock.json
├── vercel.json
├── README.md
```
## Contributing
Feel free to fork this repository and make pull requests. For major changes, please open an issue to discuss what you would like to change.
## License
This project is open source and available under the [MIT License](LICENSE).