Loading repository data…
Loading repository data…
wojciechmarek / repository
Basic and simple the to-do list app representing modern UI design styles.
This project represents modern UI design styles under a todo list app.
To collect different design styles together in one place and learn how to implement them in the CSS.
A live demo is available at https://todo-list-rust-theta.vercel.app.
To change the theme, click the Settings button on the left navigation bar. Then, select the style you want to use.
All design styles are written from scratch. This application does not use any UI component library. Currently, the app implements the following design styles:
This application uses conventional commits for generating changelog and versioning. The change log is available at CHANGELOG.md.
yarn in the root directory.yarn dev in the root directory.http://localhost:5173 in your browser to see the app.The repository contains also the dev container configuration for Visual Studio Code. If you have the Remote - Containers extension installed, you can run the project in a container instead of installing all dependencies on your local machine.
The project contains component tests for all dump (atom/molecule/organism) components (111 tests in total including 23 snapshot tests). To run the tests, type and run: yarn test in the root directory.
Report: