filipsyn / my-travel-journal-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My travel journal

💡 About

Small React application to showcase places, the user has visited.

This project is part of the "Learn React for free" course avaiable on scrimba.com or on YouTube. The goal of this exercise is to create website according to the existing design (available here).

🧰 Used technologies

  • Frontend - HTML, CSS, React
  • Build, Project setup - Vite

🎉 Features

  • Dynamic rendering of cards
  • Data is retrieved from api
    • API call responses are simulated by src/data/data.js

🖼️ Screenshots

Main screenshot
Screenshot

⚙️ Application setup for development

Prerequisites

Installation

git clone https://github.com/filip0s/contact-card.git
cd contact-card
npm install 

Running

  • npm run dev - runs local server (localhost)
    • npm run dev -- --host - runs host on local network

About


Languages

Language:JavaScript 64.3%Language:CSS 25.1%Language:HTML 10.7%