Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.11 KB

README.md

File metadata and controls

53 lines (30 loc) · 2.11 KB

Todo web app

Author

Shamsudheen K C
Email
GitHub Profile

Mobile, list todos screen Mobile, add todo screen
mobile-screen-list-todos mobile-screen-add-todo
Desktop, list todos screen Desktop, add todo screen
desktop-screen-list-todos desktop-screen-add-todo

Reference to the tools and converntions I used in to make code organized, readable and maintainable


Installation

You can install the depentencies via yarn

yarn install

Usage

Run linter

yarn lint

Run the development server

yarn run dev

Bundle code for production

yarn run build

License

This repository is licensed under the MIT License.