PSD Editor is a web application that allows users to upload PSD templates, manipulate text and image properties, and make creative changes on a canvas.
- PSD Template Upload: Users can upload PSD templates to the editor.
- Canvas Manipulation: Templates are loaded onto a canvas, where users can make changes.
- Text and Image Editing: Add, modify, and manipulate text and image properties.
- State Management: MobX and MobX-React-Lite are used for efficient state management.
- UI Library: Chakra UI provides a sleek and responsive user interface.
Follow these steps to get PSD Editor up and running on your local machine:
-
Clone the Repository:
git clone https://github.com/yourusername/psd-editor.git cd psd-editor
-
Install Dependencies:
npm install
-
Run the Application:
npm start
-
Open in Browser: Open your web browser and navigate to http://localhost:4000.
- React
- Fabric.js
- MobX
- MobX-React-Lite
- Chakra UI