Plant database project screenshot

Plant Database (JavaScript)

A coursework project focused on building a simple database-style web application.

Project Details

  • Focus: Data handling and structure
  • Tools: HTML, CSS, JavaScript
  • Context: University coursework

Overview

The aim of this project was to practise working with JavaScript by building a small application that could store, display, and organise information in a clear way.

I focused on keeping the interface simple while ensuring the data was easy to read and update.

What I Did

  • Planned the structure of the page and how data would be displayed
  • Used JavaScript to manage and display plant information
  • Styled the layout to remain readable on different screen sizes

Reflection

I found managing the JavaScript logic more challenging than the layout, particularly when ensuring the data updated correctly. This project helped improve my confidence working with basic scripting and problem solving.