Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aatmaneoulmouden/travel-journal
- Owner: aatmaneoulmouden
- Created: 2024-05-31T20:10:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T22:09:13.000Z (7 months ago)
- Last Synced: 2024-06-01T21:48:19.611Z (7 months ago)
- Topics: react, reactjs, tailwind, tailwindcss
- Language: JavaScript
- Homepage: https://travel-journal-ashen-pi.vercel.app/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```