This is a book finder app created using Svelte
Add a book with its author and rating
Search a book by its title
Show the list of added books
The books are added to the browser's local storage
Install the dependencies...
cd book-finder
npm install
npm run dev
yarn dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.