Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

NickFrangie/a4-components

 
 

Repository files navigation

Event Itinerary (React)

Glitch: http://a4-nicholas-frangie.glitch.me

This project utilizes form interactions, dynamic table contents, and a mongoDB database to provide users a tool to manage their agenda with an interactive, online event itinerary capable of recording event details. As part of assignment 4, HTML form presentation and JS scripting has been refactored into React elements capable of combining related functionality in a much cleaner way for the developer.

The React Technology improved the development experience and was suprisingly simple to transtion to from pure JavaScript. The hardest challenge certainly was the separation of integrated systems between distinct elements: making the table, buttons, and form interact with one another was certainly difficult, given how functionality in one components might alter the state of another. Overall, I would say the technology provided great benefits in abstracting related functionality so that the form and function of singular components wasn't separated by the nature of HTML & JS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • HTML 6.4%
  • CSS 5.3%
  • Shell 0.2%