Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

57 lines (29 loc) · 1.28 KB

photofly

A simple photo editing tool built with React. This tool allows you to adjust the brightness, saturation, contrast, and other properties of your photos.

Features

  • Adjust Brightness
  • Adjust Saturation
  • Adjust Contrast
  • More features to come!

Installation

To get started with the development, you need to have Node.js and npm installed on your machine.

  1. Clone the repository:

git clone https://github.com/int-arsh/photofly.git cd photofly

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.