Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.27 KB

CV Screener App

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/

NFT Portal

Tech Stack

Optimizations

While improve this project, I would start by implementing the following features -

  1. Add filters for finding perfect candidate
  2. Add more details field

Lessons Learned

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.