kajol
kajol
Deliverable: - [ ] The daily quote should appear on the development server - [ ] The quote should have a good bottom padding - [ ] The quote text...
Deliverable: - [ ] Better UI for input field - [ ] Better UI On hover/focus for input fields - [ ] Better UI for button - [ ] Button...
Deliverable: - [ ] Better left and right padding for the edit file name input field - [ ] Also the border of input field should change as we click...
Deliverables- 1. Under Admin Panel, `About Us` => `Manage Team` It should call the Get Team api and the actual data should be populated 2. Clean the redundant team data...
Deliverables- - [ ] The join Us cards under the admin panel should not have the `URL` button as it doesn't seem to require - [ ] The `LinkedIn` text...
Deliverables- - [ ] Have an icon/button for each Faq present on the Manage FAQs Page and clicking the same should use the [DELETE API](https://github.com/HITK-TECH-Community/Community-Website/blob/main/backend/app/routes/faq/deleteFaq.js) to remove the data from...
Deliverables- - [ ] The founder &Co-founder details should be hardcoded - [ ] Rest all the cards should be populated a/c the data fetched from backend Get Board Members...
Deliverables- - [ ] Currently the Data of logged In admin is static. Make it dynamic by integrating [this](https://github.com/HITK-TECH-Community/Community-Website/blob/main/backend/app/routes/admin/getAdmins.js#L34) API The profile page can be found at - 1. Log...
Deliverable- - [ ] On submit of the form, the join us api should be called[Make sure you handle errors properly] - [ ] A success/error toast bar should be...
Deliverables- - [ ] Integrate the https://hitk-tech-community.netlify.app/resources form with backend [POST] api Ref - https://github.com/HITK-TECH-Community/Community-Website/blob/main/backend/app/routes/resources/addResource.js