This is my personal website built using React.js. It is hosted in multiple locations around the world thanks to AWS CloudFront and S3.
Go to file
dependabot[bot] 788e91eaea
Bump loader-utils and react-scripts
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.3 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `loader-utils` from 1.2.3 to 2.0.3
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v2.0.3)

Updates `react-scripts` from 3.4.1 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 18:51:23 +00:00
public Update Home page content 2020-07-16 22:36:02 -04:00
src Update Home page content 2020-07-16 22:36:02 -04:00
.gitignore Partial content changes 2019-04-23 08:14:29 -07:00
.prettierrc.yml Renamed screens/ to containers/; changed from standard to prettier; modified quick bio; version bump; changed from yarn back to npm 2018-07-01 23:06:34 -07:00
.travis.yml Update travis python installation 2019-08-24 19:19:41 -04:00
README.md Update content in README and projects page about this site 2019-09-02 22:11:54 -04:00
package-lock.json Bump loader-utils and react-scripts 2022-11-08 18:51:23 +00:00
package.json Bump loader-utils and react-scripts 2022-11-08 18:51:23 +00:00
react-readme.md Replaced CRA template with simple hello world to get started. Setup eslint and conformed current files to standard. 2018-04-23 12:49:42 -07:00
travis_credential_setup.sh Added codacy code quality badge to readme and projects page; moved ibm 2018-07-24 16:40:40 -07:00
tsconfig.json Stricten TS rules; format registerServiceWorker.js 2019-09-03 02:07:56 -04:00
tslint.json Change Home screen content 2020-06-05 23:13:12 -04:00

README.md

mjfs.us

Build Status Maintainability code style: prettier

This is the project repository for my personal website. I've build and rebuilt my personal website in many technologies, but these days it is a simple TypeScript React SPA. Before using TS, I put Flow up to the same task and was pleasantly surprised, but ultimately won over in other projects by TS.

The site is currently hosted on S3 and cached/distributed around the US by Cloudfront. The site is also continuously deployed using TravisCI.

You can read more about my other projects here.