Visit a production view of the website here at richen.dev
A portfolio with a project list, resume, and validated contact form. This application was built with the using NextJS, TypeScript, NodeJS, ReactJS, MongoDB, ReduxJS, ExpressJS and also includes the following frameworks:
- mdb-react-ui-kit React 17 & Bootstrap 5 & Material Design 2.0 UI Kit
- formik for handling and displaying forms
- framer-motion for react animations
- redux-persist for persistent state management
- eslint for linting
I needed a website to represent the projects I have accomplished, and network my skills as a developer
Originally built using Gatsby in v1.0.0, the old version of the app can be viewed here at richen-portfolio-v1.0.0
This application is all rights reserved and local development is for educational purposes only
git fork
orgit clone
this repository- run
npm install
to get required dependencies - run
npm run dev
for development - for production run
npm run build
&npm run start
- use
npm run lint
for linting