Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aatmaneoulmouden/travel-journal

Travel journal using React and TailwindCSS
https://github.com/aatmaneoulmouden/travel-journal

react reactjs tailwind tailwindcss

Last synced: about 2 months ago
JSON representation

Travel journal using React and TailwindCSS

Awesome Lists containing this project

README

        

# Travel Journal App

## Run Locally

Clone the project

```bash
git clone [email protected]:aatmaneoulmouden/travel-journal.git
```

Go to the project directory

```bash
cd travel-journal
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```