Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 778 Bytes

Todo List

This project represents modern UI design styles under a to-do list app.

Purpose

To collect together all design styles in one place.

Design styles

All design styles are written from scratch. This application does not use any UI component library. Currently, the app implements the following design styles:

  • Modern Flat
  • Neubrutalism

Used technologies

  • 🎁 Project: vite, react, typescript
  • 🛠️ Tools: yarn, eslint, prettier, husky, speedy web compiler, conventional commits
  • 🎨 Styling: styled-components by emotion
  • 💎 Others: mobile first approach, atomic design, progressive web app

How to run

  1. Clone the repo.
  2. Run yarn.
  3. Run yarn dev.
  4. Open http:https://localhost:5173 in your browser to see the app.