Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minelittlepony/minelittlepony.github.io


https://github.com/minelittlepony/minelittlepony.github.io

astrojs minecraft website

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Official Mine Little Pony site

Some used stack:

- [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager, npm alternative.
- [Astro](https://astro.build/) - Static Site Generator
- [TailwindCSS](https://tailwindcss.com/) - Utility first CSS framework.
- [React](https://react.dev/) - Reactive framework for interactive components.
- [Tanstack React Query](https://tanstack.com/query/) - React state manager for fetching remote data.
- [Zod](https://zod.dev/) - TypeScript-first schema validation, used to validate API responses.
- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction) - Global state manager.