Hi! Welcome to my Personal Portfolio Website!
Here is a screenshot of the Landing of my Website:
This project is being hosted at: https://krishkochar.com
The website was developed using React and NodeJS, along with some HTML, CSS and Bootstrap. It is being hosted using Google Firebase. The contact form feature uses EmailJS to send emails.
To run the app in development mode:
npm startTo create a build for the app:
npm run buildTo deploy the app to Firebase create a build and run:
firebase init
firebase deploy- Front-End is not responsive to varied screen sizes. Needs to be modified to work on native devices.
