This is still in development. This is my personal project developed to make easy portfolio site with reactjs, redux, redux-saga, react-intl, styled-component and other dependencies. The related dependencies will be cited once the development is completed.
- Step 1: Clone the repository 
git clone https://github.com/sureshHARDIYA/portfolio.git - Step 2: CD into 
portfolio - Step 3: 
yarn - Step 4: 
yarn start 
Demo should be ready at: http://localhost:3000
Big thanks to BrowserStack for providing cross-browser testing to Open Source projects!
- Create user authentication system with DB
 - Create Admin configuration panel for creating projects ( Title, Description, URL, image(s), Date, Reference, FeaturedImages etc)
 - Move the API data into DB currently served over JSON file.