Projects

Here you can find some of my appventures!

Weather App

The Weather App is a web-based application built using JavaScript, along with HTML and CSS, to provide real-time weather updates. It fetches data from a weather API. The app features a user-friendly interface with dynamic icons and responsive design, enhancing the user experience.

Task Manager App

The Task Manager App is a web application built using JavaScript and Node.js, designed to help users create, manage, and track tasks efficiently. The backend, powered by Express.js, handles task creation, updating, deletion, and retrieval, with data stored in a MongoDB database. The app features a user-friendly interface for organizing tasks.

Micro-Addy App

The Micro-Addy App is a URL shortening service built using JavaScript and Node.js, designed to convert long URLs into shorter, more manageable links. Each URL is stored in a MongoDB database, along with its corresponding shortened version for easy retrieval and redirection.