An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![screenshot](src/assets/images/screenshot.PNG)
# 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.