Nomie5

screenshot of Nomie5
svelte
bootstrap
scss

Nomie v5 Source Code

Overview

Nomie 5 is an open-source life tracker, mood tracker, and data journal. Originally released in 2014, the latest version, Nomie 5, is a browser-based solution that consolidates the best features of its previous versions (Nomie 1, 2, and 3) into a single platform. It is built on Blockstack technology, providing users with decentralized app functionalities and secure data storage.

Features

  • Open Source: Nomie 5 is an open-source project, allowing for transparency and community contributions.
  • Typescript Migration: Nomie 5 is currently undergoing a Typescript migration for improved code quality and maintainability.
  • SvelteJS Integration: Utilizes SvelteJS for building fast and reactive single-page applications.
  • Blockstack Integration: Uses Blockstack technology for authentication and decentralized data storage.
  • Browser-Based: Nomie 5 runs in the browser, eliminating the need for native mobile apps.
  • Data Encryption: All user data, including trackers, boards, and logs, are encrypted and can only be decrypted with the user's Blockstack profile.

Summary

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

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
Eslint

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.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

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.