thtauhid / open-profile

Unified profile to showcase your work.
https://my-open-profile.vercel.app
MIT License
13 stars 14 forks source link

Added a getExperiance Component for Listing Experiances #28

Closed SAGARSINGH-1 closed 1 year ago

SAGARSINGH-1 commented 1 year ago

Fix: #24

Added a Components for Experiences of the user

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-profile ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 8:10pm
thtauhid commented 1 year ago

@SAGARSINGH-1 please take care of these-

  1. API is available under /src/api. Call the function getExperience to get the data.
  2. Import the Experiance component in homepage and add it there.
SAGARSINGH-1 commented 1 year ago

I'll work on it.