Skip to content

yoshiya0503/rain

Repository files navigation

☔Rain

Vercel React Typescript

Simple and beautiful bluesky client for web and smartphone.

スクリーンショット 2023-10-09 15 33 54

🖥 Development

you only try follow.

yarn
yarn dev

🔖 Deployment

Now we use vercel to deploy. (hosting service for SPA)

🔨 Architecture

  • only to use react and material-UI.
  • we use (react new feature) at all of api call.
  • response data managed by zustand.
  • we use typescript and reference types of atproto lexicons.

✨ Directory

  • pages -> call by react-router-dom.
  • stores -> zustand state management.
  • templates -> layout component and skeletons UI in loading.
  • components -> UI components by using MUI.
  • hooks -> separated localize data manage, and logic from components.