SakaDream / yew-address-book-client

An Address Book frontend using yew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yew-address-book-client

An Address Book frontend using yew

Require

Or using Docker

How to run

Manual

  • Install Node dependencies for client: yarn install
  • Install Node dependencies for server: cd /server && yarn install
  • Build: cd .. && yarn run build
  • Run: yarn run start-server
  • Go to http://localhost:3000 (Windows) or http://127.0.0.1:3000 (Linux/macOS) and enjoy! 😄

Docker

Run with backend API

TODOs

  • Hello World page
  • 404 - Page Not Found page
  • Routing
  • Dashboard UI
  • Add mock data and fetch get all items from backend
  • App config
  • Signup, Login
  • Add item UI and logic
  • Update item UI and logic
  • Delete item UI and logic
  • Account profile UI and logic

About

An Address Book frontend using yew

License:MIT License


Languages

Language:JavaScript 63.3%Language:CSS 34.5%Language:Rust 2.0%Language:Dockerfile 0.1%Language:HTML 0.1%Language:SCSS 0.0%