Open Source App: This project is an open-source React application used to demonstrate deployment to Netlify. (I did not develop the app itself, but I successfully deployed it.)
https://react-deploy-netlify-demo.netlify.app
This repository showcases my ability to deploy React applications to production environments using Netlify.
It serves as a proof-of-concept for clients who want their applications deployed professionally and reliably.
- Clients looking for React app deployment services.
- Businesses or developers who need production-ready hosting without worrying about configuration, build errors, or deployment issues.
- Anyone seeking a reliable demonstration of deployment expertise.
- Fully deployed on Netlify: Live App
- React 18 compatible
- Modern project structure
- Ready for integration with custom projects
Desktop View
https://github.com/KanchanMehta/react-deploy-netlify-demo/blob/main/screenshots/image2.png
Mobile View
https://github.com/KanchanMehta/react-deploy-netlify-demo/blob/main/screenshots/image.png
- React 18
- CRA (Create React App)
- Deployment platform: Netlify
- Dependencies managed with npm
- ESLint properly configured for React 18 compatibility
-
Clone this repository to your local machine using Git.
-
open the project folder and navigate into the repository directory.
-
Install all required dependencies using npm install.
-
Build the project for production with npm run build.
-
The production-ready files will be created inside the build/ folder.
-
Deploy the build/ folder to a hosting service such as Netlify, Vercel, or any other static hosting provider.