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

https://github.com/trzmlel/little-prince-collection

Oliwia Kurzeja's collection of The Little Prince books in different languages
https://github.com/trzmlel/little-prince-collection

books bookshelf collection gsap library literature nuxt tailwindcss the-little-prince threejs vue

Last synced: about 1 month ago
JSON representation

Oliwia Kurzeja's collection of The Little Prince books in different languages

Awesome Lists containing this project

README

        

# The Little Prince Books Collection

This website showcases Oliwia Kurzeja’s collection of *The Little Prince* editions in various languages. Whenever she visits a new country, she buys a local edition of *The Little Prince* as a souvenir in that region’s language or dialect. Each book serves as a cherished reminder of the places she has visited.

[![View the Collection](https://custom-icon-badges.demolab.com/badge/-View%20the%20Collection-3F5A36?style=for-the-badge&logo=little-prince "View the Collection")](https://trzmlel.github.io/little-prince-collection/)

## Tech Stack

Nuxt, Vue.js, GSAP, TailwindCSS, Three.js, Pages CMS

Nuxt
Vue
GSAP
TailwindCSS
Three.js
Pages CMS



## Setup

Make sure to install dependencies:

```bash
npm install
```

## Development Server

Start the development server on `http://localhost:3000/little-prince-collection/`:

```bash
npm run dev
```

## Production

Generate static site for production:

```bash
npm run generate
```