Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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 ;
}
```