Giter VIP home page Giter VIP logo

spacex_database_app's Introduction

SpaceX_Database_App

INTRODUCTION

The SpaceX Database App contains all information about the SpaceX program, including its launch year, launch success, and land success. We can filter the data according to Launch Year, Successful launch, and Successful landing, making the data analysis a seamless process.

Link to the App :

https://frozen-cliffs-94654.herokuapp.com

Techonologies used for creating the App

Frontend : HTML,CSS,Javascript,Bootstrap

Backend : Node.js, Express.js

Approach

  1. Load the initial data using the request package of express.js and displayed it using the bootstrap table.
  2. For filters, use two checkboxes for Successful launch and Successful landing and one text input for launch year.
  3. According to the filter form's input, the APIs' data is filtered and the home templated in rendered with the filtered data.

Flowchart

App screenshots

API's used for fetching data

  1. https://api.spacexdata.com/v3/launches?limit=100 (without any filters)
  2. https://api.spacexdata.com/v3/launches?limit=100&launch_success=true (launch success true)
  3. https://api.spacexdata.com/v3/launches?limit=100&launch_success=true&land_success=true (launch and land success true)
  4. https://api.spacexdata.com/v3/launches?limit=100&launch_success=true&land_success=true&launch_year=2014 (all filters applied)

spacex_database_app's People

Contributors

tg0209 avatar

Watchers

 avatar

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.