Projects
Daily Journal- Spring 2022
- Created a website that allows me to post blogs and write daily journals.
- Used JavaScript and MongoDB to store and show the blogs posted.
- Designed the front-end using Bootstrap and EJS.
To-Do List- Spring 2022
- Created a website that allows me to create a to-do list for everyday tasks.
- Used MongoDB to store the tasks entered and JavaScript to connect to the database.
- Designed the front-end using EJS and CSS.
To-Do List- Fall 2021
- Asks user to input the name of the city and shows its current weather.
- Consumes OpenWeatherMap API to output the current temperature.
- Designed backend using JavaScript and Express.js and front-end using HTML and CSS.