Git Product home page Git Product logo

a2-shortstack's Introduction

Artificial Satellite Database

  • This application collects and stores a database of artificial satellites.
  • For ease of use, it splits the display three tables based on launch date and mission status:
    • Scheduled for future launch,
    • currently operational,
    • and inactive.
  • Elapsed and total mission times are calculated.
  • Satellites are automatically moved into the active state after their launch date passes.
  • Users can remove satellites schedule for the future and mark active satellites as inactive/complete.

https://a2-samgoldman.glitch.me

Technical Achievements

  • Switching between two views ("add" and "view") within the same webpage
    • Auto switches to view on load based on hash fragments ("#add" and "#load")
  • Automatically updating tables when "remove" or "mark complete" are used (implemented by clearing the tables and reloading the JSON)
  • Basic client side input validation: form submission blocked until all fields are completed
    • End date is not required if mission is marked as active

Design/Evaluation Achievements

  • Used Bulma CSS library for consistent design
  • Scrollable tables to minimize screen usage
  • Implemented Bulma extension for better looking date pickers
  • Relevant icons included in form (from Fontawesome 5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.