This is a React-based front-end application focusing on pulling rocket launches from an API. It has been added to implementing Mock.API to keep a wish list for the launches. It started as a live code and was added to later.
- Title Component: Displays the main title
- Navbar Component: Navigation bar
- Mainpage Component: Main content area
- About Component: Information about the project
- Launches Component: Displays launches
- Wishlist Component: Manages user wishlist
- React
- React Router
- React-Bootstrap
- date-fns
- uuid
- Vite
- Clone the repository
- Run
npm installto install dependencies - Run
npm run devto start the development server
npm run dev: Start the development servernpm run build: Build the project for productionnpm run lint: Lint the project files