Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdevbysubha/virtual-assistant
Virtual Assistant is a simple, interactive assistant built with HTML, CSS, and JavaScript. It responds to user's input voice.
https://github.com/webdevbysubha/virtual-assistant
Last synced: 20 days ago
JSON representation
Virtual Assistant is a simple, interactive assistant built with HTML, CSS, and JavaScript. It responds to user's input voice.
- Host: GitHub
- URL: https://github.com/webdevbysubha/virtual-assistant
- Owner: webdevbysubha
- Created: 2024-11-08T10:16:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:26:02.000Z (about 2 months ago)
- Last Synced: 2024-11-08T11:24:10.285Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://virtualassistant-bysubha.netlify.app/
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rosie - Virtual Assistant 🤖
This is a simple virtual assistant developed using HTML, CSS, and JavaScript. The assistant responds to user input voice 🎙️ and performs tasks like telling the time 🕒, greeting the user 👋, and providing useful information 💡.
## Features ✨
- **Interactive interface**: Simple, user-friendly design using HTML and CSS. 🎨
- **Voice commands**: Reacts to commands using JavaScript for functionality. 🗣️
- **Personalized greetings**: Greets the user with a friendly message. 😊
- **Answering questions**: Responds to any question by providing relevant answers. 💬
- **Time & Date**: Tells current time and date. ⏰📅
- **Additional functionality**: Can be expanded with more tasks and features. 🚀## Demo 🎬
Check out the live demo: [Rosie Demo](https://virtualassistant-bysubha.netlify.app/) 🌐
## Technologies Used ⚙️
- **HTML**: Used for structuring the content of the virtual assistant's interface. 📄
- **CSS**: Applied for styling and making the interface responsive. 🎨
- **JavaScript**: Used for implementing the interactive features and functionality of the virtual assistant. 💻## Acknowledgments 🙏
- Thanks to various tutorials and resources that helped in building this assistant. 📚
- Inspired by personal virtual assistant applications like Siri and Google Assistant. 🎤