Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woldreamz/winged
Winged is a sleek and efficient calculator web application built with Svelte, TypeScript, and Node.js. Designed for simplicity and speed, Winged offers a wide range of mathematical functions, a responsive user interface, and quick calculation capabilities, making it an ideal tool for both casual and professional use.
https://github.com/woldreamz/winged
nodejs svelte3 typescript
Last synced: 15 days ago
JSON representation
Winged is a sleek and efficient calculator web application built with Svelte, TypeScript, and Node.js. Designed for simplicity and speed, Winged offers a wide range of mathematical functions, a responsive user interface, and quick calculation capabilities, making it an ideal tool for both casual and professional use.
- Host: GitHub
- URL: https://github.com/woldreamz/winged
- Owner: Woldreamz
- Created: 2024-03-23T09:51:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T12:58:17.000Z (8 months ago)
- Last Synced: 2024-12-21T17:15:57.695Z (15 days ago)
- Topics: nodejs, svelte3, typescript
- Language: Svelte
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project: Winged
Description:
Winged is a sleek and efficient calculator web application built with Svelte, TypeScript, and Node.js. Designed for simplicity and speed, Winged offers a wide range of mathematical functions, a responsive user interface, and quick calculation capabilities, making it an ideal tool for both casual and professional use.Key Features:
Basic and Advanced Calculations: Perform standard arithmetic operations as well as advanced mathematical functions like trigonometry, logarithms, and more.
Responsive Design: Enjoy a consistent and user-friendly experience on both desktop and mobile devices.
History Log: Keep track of your previous calculations with a history log feature.
Customizable Themes: Personalize the calculator interface with various themes and color schemes.
Offline Support: Use the calculator even without an internet connection, thanks to Progressive Web App (PWA) features.Technologies Used:
Frontend: Svelte, TypeScript, SCSS
Backend: Node.js, Express.js
Database: SQLite (for storing calculation history locally)
Build Tool: Vite
Hosting: Netlify, Vercel, or other platforms (specify if any)Installation Instructions:
Clone the repository: git clone https://github.com/username/winged.git
Navigate to the project directory: cd winged
Install dependencies: npm install
Start the development server: npm run devUsage Instructions:
Access the calculator through your web browser.
Perform calculations using the on-screen keypad or your keyboard.
View your calculation history and customize the app's appearance through the settings menu.Contributions:
I welcome contributions! Please read my contributing guide to get started. Fork the repository, create a branch, and submit a pull request.