Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.41 KB

Image Editor

An App that offers editing option to your images and saves them.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Make sure you have installed Node.js in your PC locally.

Installing

Install electron using npm in your PC, to launch the application under deployment mode.

To install electron, type this in your terminal:

npm install -g electron

After installing, type

npm install 

in your terminal to install dependencies required for the application.

Built With

  • Electron - The framework used
  • Node.js - Cross Platform JavaScript run-time environment
  • npm - Package Manager

Contributing

The project is open source. You can contribute and open pull requests to improve my code.

Versioning

npm is used for versioning the packages of this application.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • I would like to thanks Mehul, of Channel Codedamn on YouTube from where I learnt how to work with Electron and develop Image Editor Application.