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
- Host: GitHub
- URL: https://github.com/moinulmoin/spacex-launches-overview
- Owner: moinulmoin
- Created: 2021-10-10T16:57:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T17:28:56.000Z (over 3 years ago)
- Last Synced: 2025-03-01T10:26:50.042Z (4 months ago)
- Topics: bootstrap5, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://spacex-launches-overview.vercel.app/
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".Project Preview Shot: