Skip to content

ishamsu/todo-app

Repository files navigation

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.