Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dills122/stellar-archives
a galaxy far away's archive
https://github.com/dills122/stellar-archives
angular swapi-api
Last synced: 8 days ago
JSON representation
a galaxy far away's archive
- Host: GitHub
- URL: https://github.com/dills122/stellar-archives
- Owner: dills122
- Created: 2024-12-06T03:11:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T04:15:12.000Z (2 months ago)
- Last Synced: 2024-12-06T04:28:29.656Z (2 months ago)
- Topics: angular, swapi-api
- Language: TypeScript
- Homepage:
- Size: 675 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StellarArchives
Getting Started:
```bash
# Ensure node is latest LTS
nvm use lts/iron
# Install Deps
npm i
# Start app in Dev
npm start
```Overview:
This app will allow you to explore the Star Wars Universe's Starships from the comfort of your own home.
Screenshots:
![Home Page](./public/home-page.png)
![Explore Page](./public/explore-page-with-filter.png)
Tech Stack:
- Angular v19
- Angular Material 3
- flexboxgrid - [Github](https://github.com/kristoferjoseph/flexboxgrid)
- @ngneat/cashew (caching) - (reduce API calls & rate limit issues)The theme in this app is a custom one created using `ng generate @angular/material:m3-theme`
Colors:
Primary: `#ffe300`
Secondary: `#cfc7a2`
Tertiary: `#a8d0b6`Full list in `src/styles/_theme-colors.scss`