Skip to content

joserogeriofilho/read-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read-List App

Build Status Tests Status Coverage

A simple reading list React application developed with TDD.

Live demo here.

telas

About

This is a simple React application that uses the Open Library API to search for books and add them into a read list. The books then can be marked as read and are shown in the Finished page.

The application was built for study purpose on the Test Driven Development (TDD), Redux and React technologies.

Technologies Used

  • React v17
  • Redux / Redux Toolkit
  • Jest
  • React Testing Library