DEV Community

Hugo MARTINEZ
Hugo MARTINEZ

Posted on

Reading App

My Final Project

I done this project during my Udacity Nanodegree course and I used for that my tools brings by GitHub Student Developer Pack #githubsdp like WebStorm or TravisCI.com and TowerGit App.
My goal was to build a reading app.

Demo Link

https://my-reads-one.now.sh/

Link to Code

Build Status

MyReads

MyReads is an app where you can define a shelve or category for your books.

  • Currently Reading
  • Want to Read
  • Read

Also, you can search for books based on title and author.

This app is the first of three projects required for Udacity's React Nanodegree program.

Installation

Clone the repository, change directories, and use NPM to install the dependencies.

$ git clone git@github.com:hmartinez69/my-reads.git
$ cd my-reads
$ npm install

Usage

The project can be run with

  • npm start

The project can be viewed in the browser at




How I built it

I build this project on React with Create React App
I had discover states principles and lifecycle management

Additional Thoughts / Feelings / Stories

It was a good project for discover workflow to development

Oldest comments (0)