
Mobile, desktop and website Apps with the same code
This project demonstrates how source code can be structured to run on multiple devices, including iOS & Android apps, a desktop app, and a website app. It utilizes technologies such as React, React Native, NW, Electron, and flux architecture to share code logic across platforms.
This project showcases a versatile approach to developing apps and websites using shared code across platforms. By leveraging technologies like React and flux architecture, developers can streamline development and maintain consistency across different devices. The structured component hierarchy and code organization make it easier to manage and expand the project in the future. Further enhancements could include making the website app isomorphic/universal for added flexibility and performance.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.