Built using HTML, CSS and Javascript to showcase different candidate details. For candidate details, randomuser.me api is used.
The site is live at : https://cvscreenerbyrahul.netlify.app/
While improve this project, I would start by implementing the following features -
- Add filters for finding perfect candidate
- Add more details field
Seperation of concerns. I learned how to integrate a API in a project and how to work with JSON files. I learned about different methods to send requests like fetch, get, and post methods.