Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Photo editing application, written in pure JS, node and HTML5 / University Project

License

Notifications You must be signed in to change notification settings

nicostuhlfauth/photoedit.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photoedit.js

This is a photo editing application, written in pure Javascript and HTML5.

Get it up and running

To use the tool the latest version of node.js needs to be installed.

Clone / Download and unpack the project.

Create dependencies by opening a terminal in directory and run "npm install"

Then start the server with "npm start" and browse to "localhost:1337"

About the project structure

  • assets/js: contains javascript functions, starting point: photo.js
  • assets/data: contains json output for displaying the gallery
  • api/controllers: contains FileController, responsible for image uploading and JSON processing
  • views: contains views used in our project
  • config/routes.js: handles routing for our application

About this project

This project is part of a university course and is maintained by nicostuhlfauth and benediktrauch. The task was to create a photo editing application in Javascript using HTML 5 Canvas, but without using the build-in Javascript functions like rotate/transform etc.

Screenshots

Upload new Images

Image Upload

View and pick images for edit

Image Gallery

Apply filters

Image Edit

Image Edit

Credits

We used sails.js-Framework, licensed MIT, the materializecss-package, licensed MIT and Material Design Icons. Thanks.

About

Photo editing application, written in pure JS, node and HTML5 / University Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published