Shamsudheen K C
Email
GitHub Profile
Mobile, list todos screen | Mobile, add todo screen |
---|---|
Desktop, list todos screen | Desktop, add todo screen |
---|---|
-
volta - Volta is a hassle-free way to manage your JavaScript command-line tools - https://docs.volta.sh/guide/
-
huksy - Automatically lint your commit messages, code, and run tests upon committing or pushing - https://typicode.github.io/husky/
-
Conventional commits - https://www.conventionalcommits.org/en/v1.0.0/
-
gitflow - Vincent Driessen's branching model - https://nvie.com/posts/a-successful-git-branching-model/
-
Airbnb style guide - rules for naming conventions - https://airbnb.io/javascript/css-in-javascript/
You can install the depentencies via yarn
yarn install
Run linter
yarn lint
Run the development server
yarn run dev
Bundle code for production
yarn run build
This repository is licensed under the MIT License.