Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`