Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 669 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 669 Bytes

rating-hero

Rating hero is a svelte practice project. it covers various topics such as state management in Svelte, conditionals, dispatching, 2 way binding, etc. The UI is inspired from a design uploaded to ui design daily website.

Run Locally

Clone the rating-hero project

  git clone https://github.com/zarel-blessed/rating-hero

Go to the project directory

  cd rating-hero

Install dependencies

  npm install

Start the server

  npm run dev

Screenshots

rating-hero screenshot

Authors