Skip to content

Latest commit

Β 

History

History
52 lines (38 loc) Β· 850 Bytes

File metadata and controls

52 lines (38 loc) Β· 850 Bytes

πŸ“– Ojala

This page promotes the book I wrote and published on Amazon KDP.

✨ Overview

It displays pictures of the travel as well as a map with the itinerary. There is a link to access the amazon page.

URL: https://ojala.livre.xyz

πŸš€ Features

  • Blogs are written with Perplexity

βš™οΈ Installation

Step-by-step instructions to set up locally:

git clone https://github.com/Gaet9/ojala.git
cd ojala
npm install
npm run dev

πŸ“‚ Project Structure

ojala/
│── dist/
│── public
│── src/
  │── assets/
  │── components/
  │── data/
    |── user_data/
  │── hooks/
  │── lib/
  │── pages/
│── README.md

What technologies are used for this project?

This project is built with:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS