portfolio
portfolio copied to clipboard
Portfolio website using reactjs, redux, redux-saga, react-intl, styled-component, immutablejs and others. Its kind of playground for me.
trafficstars
Portfolio
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.
Demo ( In Progress)
Getting Started
- 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
Powered by
Credits
Big thanks to BrowserStack for providing cross-browser testing to Open Source projects!
Road Map
- 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.