jicamargo / space-travelers

A Space-X-React-Group app built with React, Redux, CSS, and HTML. Users can view information about the latest Space-X launches, rockets, and missions. The app also features a search function, allowing users to search for information about specific launches, rockets, or missions.👌
https://space-travelers-five.vercel.app
MIT License
2 stars 0 forks source link

🚀 Rockets Feature: Fetch, Select, Style, Render, Reserve, Cancel #26

Closed jicamargo closed 1 year ago

jicamargo commented 1 year ago

🚀 Rockets Feature: Fetch, Select, Style, Render, Reserve, Cancel

Pull Request Description:

This pull request adds the Rockets feature to the project, introducing the following changes:

🔽 Fetch data and update Redux store 🚀 Dispatch action to store selected data in Redux 🔍 Use useSelector() Redux Hook to select state slices and render rocket lists 📋 Render list of rockets 🔧 Actions and reducers for booking rockets 📌 Render UI: conditional components for reservations 🎨 Apply CSS styling

These changes enhance the Rockets feature, allowing users to fetch and view rocket data, select rockets, make reservations, and cancel reservations. The updated styling improves the overall user experience.

Let me know if you have any questions or feedback regarding this pull request. 😊

abiy006 commented 1 year ago

@jicamargo - You did a great job as expected. Thanks for your effort in resolving the conflict as well.