This project is a nice little side project where a user can visit a site and see past missions for SpaceX. The reason for this is that I just wanted to have some fun by writing some code to grow and stay sharp with fundamentals.
Now, rather than have a typical README.md
, I actually went ahead and created a blog post that contains a video where I demo the project and also discuss the architecture/implementation at a high level. Please checkout the video here.
The app has been deployed using Netlify; see the app here.
- Run
npm run test components
- Run
cd tests-e2e
- Run
npm run testcafe
(exclude prod for local)
Note: It seems like the API is out of date. It works, but the data returned is from 2020 and earlier. For the link, see the next section.