This is a project for Udacity React Nanodegree Program course - module 1. It consists in a bookshelf app that allows the user to select and categorize books he has read, is currently reading, or wants to read.
- clone the repo using
git clone [email protected]:edmolinari/myreads.git
- install all project dependencies with
npm install
- start the development server with
npm start
This project was developed using a TDD agile approach. The test suite stack was built using the following technoligies:
In order to run the test suite use:
npm test
In order to plan and manage tasks to build this project, a Kanban methodology was used. The "github projects" feature was used as the main tool for the Kanban board.