Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.43 KB

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)

Online Demo

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

BrowserStack Logo 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.