This GitHub repository houses the codebase for my personal portfolio website. The contents of my website include my personal achievements, portfolio, and resume. The deployed website is available at https://www.ethanratnofsky.com/.
- JavaScript
- HTML
- CSS
- Home
- Projects
- Experience
- Gallery
- Resume
- Visually appealing interface
- List of personal achievements/projects
- Downloadable resume
- Contact information
- Clone this repository with
git clone https://github.com/ethanratnofsky/Portfolio-Website.git. - Navigate to the project directory with
cd Portfolio-Website. - Run
npm installto install the required dependencies. - Run
npm startto run the app in development mode. Open http://localhost:3000 to view it in the browser.