An open API service indexing awesome lists of open source software.

https://github.com/algokun/reactnd-project-myreads

My Reads is an application built with React that helps you keep track of your reading list. You can arrange your books in different categories based on the reading status
https://github.com/algokun/reactnd-project-myreads

api react react-js udacity udacity-nanodegree udacity-react-nanodegree

Last synced: 2 months ago
JSON representation

My Reads is an application built with React that helps you keep track of your reading list. You can arrange your books in different categories based on the reading status

Awesome Lists containing this project

README

        

# My Reads

This is the first project submitted to Udacity React Nanodegree and this project focuses on basic state management techniques in react.

## What i learnt?

- [x] ES6 Fundamentals
- [x] UI Rendering
- [x] Props
- [x] Functional and Class Components
- [x] State Management
- [x] Life cycle events
- [x] React Router Basics

## Features

- 🌟 Customized Styles using CSS
- πŸ”₯ Highly-Reactive UI
- πŸ’‘ Ready made components
- πŸ—ΊοΈ Routing using React Router
- πŸ“˜ Add Books to your reading list
- πŸ“‘ Update your reading list

## Installation

1. To Start with download node on your pc from its official site.
2. Install the dependencies

```
npm install
```

3. Run the app

```
npm start
```

4. See live in your local machine [here](http://localhost:3000/).

## Screenshots

Here's a quick overview of my project

![](./screenshots/Home.png)

## Deploy

You can easily deploy your site using netlify and here are the steps