You are required to fetch the details of the highly-rated kickstarter projects by implementing an AJAX call to their APIs.
Use the web API (link : https://raw.githubusercontent.com/saaslabsco/frontend-assignment/refs/heads/master/frontend-assignment.json) ) to fetch the details of specific projects.
-
Create a table and list the following three attributes for all the projects:
- S.No.
- Percentage funded
- Amount pledged
-
Ensure that the UI is aesthetically pleasing to gain extra points.
-
Implement pagination with maximum 5 records per page.
S.No. | Percentage funded | Amount pledged |
---|---|---|
0 | 186 | 15283 |
- Unit tests.
- Accessibility.
- Fork this repo.
- Do changes to the above assignment.
- Email the assignment back to us with:
- Link of the open source repo.
- Link of the assignment hosted online. (You can use any free tools to host this assignment, eg. vercel, netlify or heroku). It should be accessible online for atleast 7 days.
- React/Vanilla JS for JavaScript
- No framework for CSS. Only Raw CSS is allowed.
- Result on platforms like codesandbox, replit are not accepted.
- Private unaccessible links will lead to rejection.