This is a full-featured task management application that helps users organize their work, track deadlines, and collaborate with team members in real-time. Built with React for the frontend and Node.js/Express for the backend, it uses WebSocket technology to enable real-time updates across multiple users.
The backend is connected to a MongoDB database, offering fast and scalable storage for user data. The application includes JWT-based authentication to ensure secure user sessions and provides an admin dashboard for managing users and tasks.
Technologies Used: React, Node.js, MongoDB, Express, WebSocket, JWT
View on GitHub Live DemoA machine learning model that predicts housing prices based on historical data and various features such as location, number of bedrooms, and square footage. The model was trained using Python and Scikit-Learn, leveraging algorithms like linear regression and random forest.
The model is deployed as a REST API using Flask, and it is integrated with a user-friendly frontend where users can input their housing data and receive instant price predictions. Data visualization was done using Matplotlib and Seaborn.
Technologies Used: Python, Scikit-Learn, Flask, Pandas, Matplotlib
View on GitHub Live DemoA classic game of Checkers built with HTML, CSS, and JavaScript. The game features a simple and intuitive interface, allowing players to make moves by clicking on the board squares. It includes a two-player mode where users can play against each other on the same device.
The game is made with pure HTML, CSS, and Javascript as a way of showing off my skills in a fun and interactive way. The game is also open source and available on my GitHub.
Technologies Used: HTML, CSS, JavaScript
View on GitHub Live DemoA unique twist on the classic Minesweeper game, this version features a hexagonal grid layout that challenges players to think differently about their moves. The game is built with HTML, CSS, and JavaScript, utilizing the HTML Canvas for rendering graphics and animations.
The game is made with pure HTML, CSS, and Javascript as a way of showing off my skills in a fun and interactive way. The game is also open source and available on my GitHub.
Technologies Used: HTML, CSS, JavaScript
View on GitHub Live Demo