To run the application on your local machine, open your cmd terminal in a folder and run the following commands sequentially:
git clone https://github.com/chuksjoe/quidax-books.git
cd quidax-books
npm install
oryarn install
npm run start
oryarn start
- Node JS: Minimum Version 14.0.0
Any assumptions you have made about any part of the assessment. We would like to see your thought process and explanations.
For the styling, I used Tailwind CSS majorly and a bit of CSS and SCSS.
I used TailwindCSS because it makes class reusability seamless and it generates very light-weight CSS file at build time.