Invoicing for freelancers & small businesses
Upcount is a versatile invoicing and time tracking app that prioritizes user privacy and data ownership. Unlike many modern apps that operate in the cloud, Upcount functions entirely offline, ensuring that your business data remains on your local machine securely. With a focus on being user-friendly while providing essential tools for freelancers and small business owners, it utilizes technologies like Tauri, SQLite, and React to deliver a seamless experience across different operating systems.
Whether you are managing invoices, tracking time efficiently, or keeping tabs on projects and clients, Upcount serves as a powerful and flexible solution. Its open-source nature ensures that more features can be added over time, making it a reliable choice for those seeking a personal touch in their financial management.
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
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
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.
Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.
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.
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.
Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.