This challenge is meant for candidates who wish to intern at Fyle and work with our engineering team. The candidate should be able to commit to at least 6 months of dedicated time for internship.
Fyle is a fast-growing Expense Management SaaS product. We are ~40 strong engineering team at the moment.
We are an extremely transparent organization. Check out our careers page that will give you a glimpse of what it is like to work at Fyle. Also, check out our Glassdoor reviews here. You can read stories from our teammates here.
This challenge involves implementing a Books Library using the Open Library Subjects and Search APIs . The challenge is described in detail here
Note - This challenge is in angular. We work on angular frameworks & after you join we expect the same from you. Hence it is required to complete this assignement in angular itself.
You will hear back within 48 hours from us via email.
- Fork this repository to your github account.
- Clone the forked repository and proceed with steps mentioned below.
- Install Nx using the Nx Documentation
- Install
nvm
for linux or mac from this url - Install
nvm
for windows from this url - Check
nodejs
version by typing :node -v
- Install dependencies :
npm install --save-dev
Run nx serve front-end-internship-assignment
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Visit the Nx Documentation to learn more. Visit the Angular Documentation to learn more.