https://github.com/mgradzka/swapi
Vue app using star wars api
https://github.com/mgradzka/swapi
javascript rest-api vuejs
Last synced: 2 months ago
JSON representation
Vue app using star wars api
- Host: GitHub
- URL: https://github.com/mgradzka/swapi
- Owner: mgradzka
- Created: 2023-11-12T18:53:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T19:51:07.000Z (over 2 years ago)
- Last Synced: 2025-02-03T06:59:54.343Z (over 1 year ago)
- Topics: javascript, rest-api, vuejs
- Language: Vue
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swapi-project
## Description
This is Vue.js app that displays the data from Star Wars API. A user can sort the table by each column as well as filter by the character name. Also, after clicking on a planet name, a user can see more information about the planet on the popup window.
## Screenshots



## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).