Created an Open Source Project
Created a GitHub repository
Released Starter Template
Designed website
Wrote TypeScript
+3
Finished up a React Typescript starter for the MySky ecosystem with Homescreen support.

https://github.com/KavinJey/mysky-ts-react-template

Checkout the demo here

✔️ Uses Craco for bundling and applying custom styles.

✔️ Easy Peasy for State Management, and React Context (*Docs)

✔️ Semantic UI, custom styling overrides under /src/semantic-ui using Theming

✔️ Commit Messages are linted using Husky (setups after yarn install).

✔️ Testing with Jest. Examples in /src/components/test. Tests can be run using yarn test

✔️ Docs (coming soon)