This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in 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.
Launches the test runner in interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified, and the filenames include the hashes.
Your app is ready to be deployed!
For more information about deployment, you can read the deployment guide.
Note: This is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc.) into your project, giving you full control over them.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However, we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
GHCI24 Photo Editor allows users to upload their photo, adjust various filters, and add a custom GHCI24 frame. The image can then be downloaded and set as your profile picture (DP) for the Grace Hopper Celebration (GHCI24) event.
- Upload Photo: Click the "Upload" button to choose your image.
- Adjust Filters: Use the available sliders to:
- Brightness: Adjust the brightness of your image.
- Contrast: Change the contrast of your image.
- Zoom: Zoom in or out on your image.
- Apply GHCI24 Frame: After editing the image, apply a GHCI24 frame.
- Download Image: Click the Download button to save your edited image.
Now, you can set it as your DP for GHCI24!
- React: JavaScript library for building user interfaces.
- HTML5 & CSS3: For content structure and styling.
- Fabric.js: A JavaScript canvas library used for image manipulation (applying filters and frames).
- JavaScript (ES6): For app logic and interactivity.
Once you're ready to deploy your app to production:
-
Build the app:
npm run build
This will create an optimized production build in the
build/
folder. -
Deploy:
- You can deploy to platforms like Netlify, GitHub Pages, or Vercel.
- For GitHub Pages, follow this deployment guide.
- For Netlify, check out their deployment instructions.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: Code Splitting.
This section has moved here: Analyzing Bundle Size.
This section has moved here: Making a Progressive Web App.
This section has moved here: Advanced Configuration.
For more about deployment, see the section here.
This section has moved here: Troubleshooting Build Failures.
This project is licensed under the MIT License - see the LICENSE file for details.