An open API service indexing awesome lists of open source software.

https://github.com/simongideon/children_books


https://github.com/simongideon/children_books

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Ello Take away assignment

👋 Hello, This is my submission for the Ello Engineering Challenge! In this project, I've implemented the book assignment view for the Ello web viewer product. This view allows teachers to search for books, add them to a reading list, and remove them as needed.

### Features
✔️ Search Bar to search for books by title.

✔️ Displays search results with book title, author, and an option to add the book to the reading list.

✔️ Shows all Reading List books added by the teacher.

✔️ Allows the teacher to remove a book from the reading list.

### Setup Instructions

1. To run the project locally, follow these steps:
2. Clone this repository to your local machine.
3. Navigate to the frontend directory.
4. Install dependencies using
```shell
npm install
```
5. Start the development server with
```
shel npm start
```