The app is built to provide a user interface to access the list of programs conducted by SpaceX since 2015.The data is taken from the publicly available spaceX api and the total of 4 apis have been used to implement vaious filters.The project is made in React using various React hooks and Bootstrap CSS framework has been used for styling and managing responsiveness. To start the app on your local machine,
- Clone the repository.
- Enter the project directory in the command line.
- Use 'npm init' to install the missing dependencies.
- Hit 'npm start' to get the app running.