https://github.com/theiyd/source-me
ℹ️ A small, minimal application built with Electron which provides necessary tools needed for web development.
https://github.com/theiyd/source-me
css desktop-app electron-app html javascript jquery resourcepack
Last synced: 8 days ago
JSON representation
ℹ️ A small, minimal application built with Electron which provides necessary tools needed for web development.
- Host: GitHub
- URL: https://github.com/theiyd/source-me
- Owner: theIYD
- License: mit
- Created: 2017-07-30T06:32:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T08:19:44.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T19:12:12.012Z (about 1 month ago)
- Topics: css, desktop-app, electron-app, html, javascript, jquery, resourcepack
- Language: JavaScript
- Homepage:
- Size: 995 KB
- Stars: 94
- Watchers: 11
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Source me
> **Source Me** is a cross platform desktop application which has some essential tools while making a project.Version: 0.2.1
## Features
- Material Design Colors by [Google](https://material.io/guidelines/style/color.html)
The application contains a full stack of material designed colors created by Google. These can be very useful when one needs these colors at one place. It uses `react-tooltip` to show the hex codes.- Content Delivery Networks Library by [CDN](https://cdnjs.com/)
These are libraries provided by cdn in one place. You can import the links to your project.- Material Designed Icons by [Google](https://material.io/icons/)
These are material designed icons made by Google. It is similar to the colors component.- Epsum Generator from [bacon ipsum](https://baconipsum.com/)
A generator which generates standalone text which can be useful to your HTML mockups.- URL Shortner
A URL shortener which uses a free is.gd to shorten urls quickly.- Emoji Picker
It is a picker which has a curated list of Emojis. Click one of them & you get the unicode!- Image Compressor
A tool which compresses your images quickly. It uses @xkeshi/image-compressor.## Use
Download the latest version of Source me from the releases page## Build
The app can be used locally by following commands:```bash
$ git clone https://github.com/theIYD/source-me.git
$ cd source-me
$ npm install
$ npm run dev
```The application has been abandoned and further updates have been stopped.