This is a portfolio website created using ReactJS stack. It showcases my open source and enterprise projects, blog posts and videos. It also talks about my skills, experience, educational background, interests and where to fine me.
###Install
npm install // To install all dependencies
npm run build // To build front-end files
npm run start // To start the server
For development, we can watch on front-end files using script:
npm run watch
###Technology Stack.
- ReactJs: I used concept of stateless functional components.
- React Router: For basic routing.
- Webpack: As module bundler.
- Babel: For compiling jsx and es6 syntax code into browser understandable format.
- NodeJS and Express: As web server and for universal rendering.
- Axios: For making remote calls to Youtube and Blogger google API’s.
- Eslint: For linting JS code.
- Ramda: As util library. It is purely based on functional programming.