This project shows orbital launches in a calendar view. Clicking on specific launch details of that launch are shown on the screen.
Project is created with:
- Next.js
- Typescript
- Redux Toolkit
- Date-fns
- Axios
API used:
To run this project in development mode:
- use
yarn
ornpm
$ yarn install
$ cp .env.example .env
$ yarn dev
To build project and run locally:
- use
yarn
ornpm
$ yarn install
$ cp .env.example .env
$ yarn build
$ yarn start
Link to the project