A collection of modern, responsive web applications built with vanilla JavaScript
- ๐ Featured Projects
- ๐ ๏ธ Technologies Used
- ๐ฆ Installation & Setup
- ๐ฎ All Projects
- ๐ค Contributing
- ๐ License
- ๐ Acknowledgments
Live Preview: logigo-bmi.vercel.app
A modern, responsive BMI (Body Mass Index) calculator with an elegant UI design.
Features:
- Real-time BMI calculation
- Health category classification
- Responsive design for all devices
- Interactive health information
- Professional medical-grade interface
Tech Stack: HTML5, CSS3, Vanilla JavaScript, Font Awesome
Live Preview: oxyme.vercel.app
A fast and clean currency converter with real-time exchange rates.
Features:
- Real-time currency conversion
- 150+ supported currencies
- Country flag indicators
- Swap currencies functionality
- Clean, intuitive interface
- Responsive design
Tech Stack: HTML5, CSS3, JavaScript, Exchange Rate API
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Styling: Inter Font, Font Awesome, Friconix Icons
- APIs: Exchange Rate API for currency conversion
- Deployment: Vercel
- Version Control: Git & GitHub
-
Clone the repository
git clone https://github.com/oxyzenQ/web-oxy.git cd web-oxy -
Choose a project to run
# For BMI Calculator cd BMI-oxy # For Currency Converter cd web-nightly-r1/Currency # For JavaScript Game cd game-with-js # For Login System cd login-pro
-
Open in browser
- Simply open the
index.htmlfile in your preferred web browser - Or use a local server for better development experience:
# Using Python python -m http.server 8000 # Using Node.js (with live-server) npx live-server
- Simply open the
-
Start developing
- All projects are built with vanilla technologies
- No build process required
- Edit files and refresh browser to see changes
Professional BMI calculator with health insights and modern UI design.
Real-time currency converter supporting 150+ currencies with flag indicators.
Interactive canvas-based game with sound effects and responsive controls.
Complete authentication system with login and registration functionality.
Search interface integrated with Wikipedia API for instant information lookup.
Personal portfolio website with modern design and smooth animations.
Fun guessing game built with JavaScript for entertainment and learning.
Finnish-inspired web application with nature themes and elegant design.
Architectural portfolio and showcase website with responsive galleries.
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch
git checkout -b feature/amazing-feature
- Make your changes
- Commit your changes
git commit -m 'Add some amazing feature' - Push to the branch
git push origin feature/amazing-feature
- Open a Pull Request
- Follow existing code style and structure
- Test your changes across different browsers
- Update documentation if needed
- Add comments for complex functionality
- Ensure responsive design compatibility
This project is licensed under the MIT License - see the LICENSE file for details.
- Rezky Nightky - Lead Developer & Designer
- Open Source Community - For inspiration and resources
- Font Providers - Inter Font, Font Awesome, Friconix
- API Providers - Exchange Rate API, Wikipedia API
- All Contributors - Thank you for making this project better! ๐
Made with ๐ป, โ, and infinite curiosity by the Web-Oxy team
Building the web, one project at a time