This web app displays data about spaceX using the Open Source REST API spaceX: it allow users to search, filter, and visualize information. The app is fully responsive and features infinite scroll.
- get data about SpaceX through API call (via Redux thunk)
- infinite scroll when retrieving data
- search information about the launches
- filter out information (success/failure, year date, future/no future launches)
- data visualization (success/failure, year date, future/no future launches)
- add a text highlight feature for search
- improve test coverage
Stack: JavaScript, React, Redux, Redux Thunk, chart.js, Jest
Styling: SASS/SCSS, styled-components, postCss Normalize
Deployment: Netlify
-
Clone the repository
-
Install dependencies
npm install
- Run the development server:
npm start