An open API service indexing awesome lists of open source software.

https://github.com/moinulmoin/spacex-launches-overview


https://github.com/moinulmoin/spacex-launches-overview

bootstrap5 reactjs redux-toolkit

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

## Project Installation

Make sure you have [Nodejs](https://nodejs.org/en/) and [VSCode](https://code.visualstudio.com/) installed on your device

if not installed, click on it and download and install on your device.

Now Install these two plugin in vscode editor.

- Eslint
- Prettier

## Run it on your device

clone this repo or **download as zip** and Go to the project directory.

### Install dependencies

if you want to use npm package manager, then run the commands below:

```bash
npm install
```

preview the project

```bash
npm run start
```

test the project

```bash
npm run test
```

**OR** if you want to use yarn package manager, then use those commands below:

```bash
yarn
```

preview the project

```bash
yarn start
```

test the project

```bash
yarn test
```

## Follow the instructions if you face any error to run your project

- if you face any eslint error, try to solve it by saving the file `ctrl + s`
- if it is not solved yet, then make sure in your VS Code Editor "LF" is selected as line feed instead of CRLF (Carriage return and line feed). To do that, just click LF/CRLF in bottom right corner of editor, click it and change it to "LF".

- Screenshot-2

Project Preview Shot:

spacex-launches