This is a travel journal that is implemented in React.js using Vite. It is built ground up following a given Figma design to test my skills with props and custom CSS.
The photos from the original design have been replaced because they can no logner be located
The Web App has 2 main React components, the static nav bar on the top and a series of travel cards displayed in the bottom. Each of the cards is populated from the data using props.
To get a local copy up and running, follow these simple steps.
- Clone the repo
git clone https://github.com/realtobyfu/travel-journal.git
- Navigate to the project directory
cd vite-react
- Install dependencies
npm install
- Run the project locally
npm run dev