Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 974 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 974 Bytes

MyReads Project

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.

Install instructions

  • 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

Test Driven Development

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

Project Management

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.