Skip to content

igor-lid/launches-app

Repository files navigation

Orbital Launches Application

Table of contents

  1. General information
  2. Technologies
  3. Setup
  4. Demo

General information

This project shows orbital launches in a calendar view. Clicking on specific launch details of that launch are shown on the screen.

Technologies

Project is created with:

  • Next.js
  • Typescript
  • Redux Toolkit
  • Date-fns
  • Axios

API used:

Setup

To run this project in development mode:

  • use yarn or npm
$ yarn install
$ cp .env.example .env
$ yarn dev

To build project and run locally:

  • use yarn or npm
$ yarn install
$ cp .env.example .env
$ yarn build
$ yarn start

Demo

Link to the project

About

Orbital launches application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published