React web application which shows all launches using SpaceX API.
Try out the demo here
- @craco/craco:
^6.1.2
- @reduxjs/toolkit:
^1.6.2
- @testing-library/jest-dom:
^5.14.1
- @testing-library/react:
^11.2.7
- @testing-library/user-event:
^12.8.3
- axios:
^0.22.0
- react:
^17.0.2
- react-dom:
^17.0.2
- react-redux:
^7.2.5
- react-scripts:
4.0.3
- redux:
^4.1.1
- Clone or download this repository.
- Switch into the directory.
- Install dependencies
npm i
. - Run
npm start
.
To view the project open http://localhost:3000.
The easiest way to deploy React.js to production is to use the Vercel platform from the creators of Next.js. Vercel is a cloud platform for static sites, hybrid apps, and Serverless Functions.