Coding Projects

Below are some of my software development projects!

πŸ€– TripGenie (Paris Travel Chatbot) 🌍

The Paris Travel Chatbot is an interactive web application that assists travelers in planning their itinerary for a trip to Paris. Built with Python and PyTorch, this chatbot uses natural language processing (NPL) to understand user queries and provide helpful responses related to sightseeing, food-finding experiences, transportation, shopping, and cultural events.

Learning Outcome πŸ“š

View on GitHub

πŸ’΅ Bill Splitz βœ‚

Bill Splitz is a dynamic web application built using React that helps users efficiently split bills among friends. The app allows users to add friends, track balances, and divide expenses with ease. Whether someone owes you or you're settling a shared bill, Bill Splitz simplifies the process by calculating each person's share and updating balances in real time.

Learning Outcome πŸ“š

View on GitHub

πŸ• Pizza Haven 🍴

A simple pizza ordering app built with React that showcases a list of pizzas available at Pizza Haven. The app features a menu with item descriptions, prices, and availability. Users can see which pizzas are sold out and when the restaurant is open, with a button to place an order during open hours.

Learning Outcome πŸ“š

View on GitHub

🎰 SpinAndWin πŸ’°

A simple yet thrilling slot machine game built using Python, where users can deposit money, place bets, and spin to see if they hit the jackpot. The game simulates a slot machine with multiple paylines and various symbols, providing an engaging and interactive experience.

Learning Outcome πŸ“š

View on GitHub

🚘 Car Rental Project πŸš—

Presenting FPG4 Car Rentals, your go-to destination for effortless car browsing, secure rentals, and easy cancellations, all wrapped up in a user-friendly online platform.

A car rental website where users can log in, browse a list of available cars for rent with images, descriptions, and prices, and request to rent or cancel rental requests for specific cars while being able to log out and sign up as well. This project was created through the use of HTML, CSS, JS and Node.js as the backend server.

Learning Outcome πŸ“š

View on GitHub

🎲 Hundred Number Game πŸ’―

An engaging Pig Game where players roll dice, accumulate points, and aim to be the first to reach 100 points to win!

A fun and interactive web-based dice game where players take turns rolling dice to accumulate points, strategically decide when to 'Hold' their current score, and aim to be the first to reach 100 points to claim victory.

Learning Outcomes πŸ“š

View on GitHub

πŸ”’ Number Guessing Game 🎲

A basic but entertaining Number Guessing Game written in JavaScript, HTML, and CSS. This project is my first step into the realm of JavaScript programming, and it illustrates the fundamental ideas I've learned thus far.

The Number Guessing Game is a single-page web application where the user tries to guess a randomly generated number between 1 and 20. With each attempt, the game provides hints, guiding the user closer to the correct number. Challenge yourself to find the number with the fewest attempts and beat your own highscore!

Learning Outcome πŸ“š

View on GitHub