Simple reading list app where you can add, update and delete books in your reading list.
This project was created using HTML, CSS, Javascript, React, Axios and JSON Server.
- In a terminal window, install dependencies using npm
$ npm install
- And then run the application with
$ npm run dev
- In a second terminal window, start JSON server using
$ npm run server
- Open http://localhost:5173 to view it in your browser.
- This project was based on Modern React with Redux.