- 📣 simple application with a list of books
- 🔧 React, JavaScript (ES6)
- 📅 July 2018
Simple ReactJS application with a list of books. The application includes a list of books, book details and a possibility to add new book to the list. Application created for recruitment purposes.
To mock REST API was used JSON Server. Styled by Bootstrap.
Preparation
npm install
Run dev mode
npm run dev