Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayazhankadessova/ayash-travel-diary
Keeping track of my travel destinations using Vite + React :) (yes, i love travelling apparently hehe)
https://github.com/ayazhankadessova/ayash-travel-diary
reactjs vite
Last synced: about 1 month ago
JSON representation
Keeping track of my travel destinations using Vite + React :) (yes, i love travelling apparently hehe)
- Host: GitHub
- URL: https://github.com/ayazhankadessova/ayash-travel-diary
- Owner: ayazhankadessova
- Created: 2023-06-11T00:47:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T16:03:00.000Z (over 1 year ago)
- Last Synced: 2024-04-17T04:11:06.740Z (9 months ago)
- Topics: reactjs, vite
- Language: JavaScript
- Homepage: https://ayazhans-travel-diary.netlify.app
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Change Links
2. Import bootstrap-icons to react app https://www.npmjs.com/package/react-bootstrap-icons [but I find original way easier]- Usage:
```
import { ArrowRight } from 'react-bootstrap-icons';export default function App() {
return ;
}
```