Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/startrek
A project to display information about SpaceX Rockets and Capsules. The user has the option to like and comment on each item. Information about the items is fetched from SpaceX API
https://github.com/eapenzacharias/startrek
api-client bootstrap javascript jest rest-api webpack
Last synced: 15 days ago
JSON representation
A project to display information about SpaceX Rockets and Capsules. The user has the option to like and comment on each item. Information about the items is fetched from SpaceX API
- Host: GitHub
- URL: https://github.com/eapenzacharias/startrek
- Owner: eapenzacharias
- License: mit
- Created: 2021-11-22T19:30:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T00:21:53.000Z (over 2 years ago)
- Last Synced: 2024-10-04T18:30:02.900Z (about 1 month ago)
- Topics: api-client, bootstrap, javascript, jest, rest-api, webpack
- Language: JavaScript
- Homepage:
- Size: 2.77 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Linters](https://github.com/eapenzacharias/Startrek/actions/workflows/linters.yml/badge.svg)](https://github.com/eapenzacharias/Startrek/actions/workflows/linters.yml) [![NodeJS with Webpack](https://github.com/eapenzacharias/Startrek/actions/workflows/webpack.yml/badge.svg?branch=dev)](https://github.com/eapenzacharias/Startrek/actions/workflows/webpack.yml)
# Startrek
> Build a Spaceship catalog
![capstone-1](https://user-images.githubusercontent.com/49812651/143505056-ece5ff7f-cf9d-4f34-a82a-c6146b243e41.png)
![capstone-2](https://user-images.githubusercontent.com/49812651/143505066-d7e6dc40-6f00-4551-ae11-22a0a313e8d2.png)A project to display information about SpaceX Rockets and Capsules. User has the option to like and comment on each item. Information about the items is fetched from [SpaceX API](https://github.com/r-spacex/SpaceX-API)
### [Live Project](https://eapenzacharias.github.io/Startrek/)
## Built With
- JavaScript, HTML, SCSS
- [Webpack](https://webpack.js.org/)
- [Bootstrap](ttps://getbootstrap.com/)
- [SpaceX API](https://github.com/r-spacex/SpaceX-API)
- [Jest](https://jestjs.io/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- node### Setup
```
- Clone the repository to your local machine.
- npm install
```
#### Development
Run webpack dev server for development
```
- Clone the repository to your local machine.
- npm start
```### Deployment
run:
```
npm run build
```
and deploy the files in the ```dist``` folder## Authors
👤 **Eapen Zacharias**
- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)👤 **Jasem Valencia**
- GitHub: [@JasemDuncan](https://github.com/JasemDuncan)
- Twitter: [@JasemValencia](https://twitter.com/JasemValencia)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jasem-duncan-valencia/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Acknowledgments
- Loading Animation CSS - [Tatsuya Azegami](https://codepen.io/42EG4M1)## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.