This is a React SPA application Open source SpaceX REST API that provide a list of launches and their dates, also it filters launches by specific year.
1.Clone files into your local machine using - git clone https://github.com/AightA/SpaceX-API.git.
2.Run cd SpaceX-API and run npm install in your local terminal.
3.Run npm start in your local terminal.
- React
- React bootstrap
- HTML
- CSS
- bootstrap
- Use Axios instead of Fetch
- Organize components structure
- Use Redux or Context to share data values
- Refactor the code
- Add tests
- Include more Accessibility options
