App based on Tauri and Svelte
Just to test around and find out
Pictures not added to the repo yet
Check this page to install everything Rust related you need for testing the app
Not mobile oriented (yet ?), so no mobile config needed btw
Pnpm 10.23.0 used here, check this page to install
Then run this command the cloned directory :
$ pnpm install-complete
And this command to run the App :
$ pnpm tauri:dev
- Install Svelte (+ Svelte Kit & Prettier)
- Set up a Home page
- Adding a navigation :
- side bar menu
- navbar
- Set up a postman-like app (need to break it down into a todo-list)
- main screen
- basic call to an api (dictionaryAPI)
- Saved APIs - Page
- Add new API - Page
- main screen
- Add some mini games (tower defense, snake, sentry-turret, ...) with Phaser ?
- renaming files to follow svelte best practices
- looking for svg icon integration to follow svelte best practices
- rework the active-hover button colors
- rework the UI colour scheme
This template should help get you started developing with Tauri in vanilla HTML, CSS and Typescript.
GitHub commits explanation :
➕ : add
📈 : improve
🧹 : cleaning
🛠️ : fixing