A Project for the EGFWD Full stack web developer advanced track provided by Udacity. For image processing I used Sharp as a module.
npm install
npm test
or npm run test
npm start
or npm run start
npm run lint
npm run prettier
http://localhost:3000/resize?imageName={imageName}.jpg&width={Width}&height={Height}
http://localhost:3000/resize?imageName=encenadaport.jpg&width=700&height=500
http://localhost:3000/resize?imageName=fjord.jpg&width=400&height=300
- A front-end that allows the user to select a certain image and choose the size
- Caching is Implemented so that the resized image is accessed directly in case of subsequent access attempts
- An error massage that is provided to the user in case of incorrect input or when an image has failed to process