Uses React.js, HTML, and CSS to create a personal portfolio website, deployed through GitHub pages.
- Implements ReactRouter to create a multi-page SPA compatible with GitHub pages
- Uses CSS modules for scoped styles and consistent theming
Instructions to run locally:
- Clone the repository
- Run
npm installandnpm startto run on localhost
Instructions to publish updates:
- Run
npm run deployto create the deploy build - Make sure to push changes!