cangir / udacity-reactnd-myreads

⚛️ [Udacity] React Nanodegree Myreads

Home Page:https://cangir.github.io/udacity-reactnd-myreads/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository contains my implementation of the MyReads app. This is the final assessment project for the Udacity's React Fundamentals course, part of the React Nanodegree Program. MyReads is a bookshelf app that allows the user to select and categorize books they have read, are currently reading, or want to read.

Preview

MyReads Screenshot

View Demo

Requirements

Installation

This is an application created with ReactJS. This projects demonstrates the understanding of props, states, Components, JSX, AJAX, and JavaScript(ECMAScript) 6.

Here is how you can load the application onto your local machine:

  1. Install node.js if you do not have it yet. It comes with npm(node package manager). Make sure that you install node with the PATH variable so you can run node anywhere in your command prompt/terminal.
  2. Install the react package using this command: npm install -g create-react-app
  3. Clone this repo or download it as a zip. if you download this as a zip, you will have to extract the files.
  4. In your command prompt/terminal, change directory to the project root.
  5. In order to install, run: npm install
  6. to start the react app, run: npm start

Application will start in your default browser at: localhost:3000

Release History

  • 0.0.1 - Initial Release

License

Licensed under MIT License.

About

⚛️ [Udacity] React Nanodegree Myreads

https://cangir.github.io/udacity-reactnd-myreads/

License:MIT License


Languages

Language:JavaScript 61.3%Language:HTML 20.5%Language:CSS 18.1%