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
- Host: GitHub
- URL: https://github.com/algokun/reactnd-project-myreads
- Owner: algokun
- Created: 2020-07-11T08:13:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T18:17:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T05:27:56.812Z (4 months ago)
- Topics: api, react, react-js, udacity, udacity-nanodegree, udacity-react-nanodegree
- Language: JavaScript
- Homepage: https://myreads-react-nd.netlify.app
- Size: 696 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

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