Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yog9/myreads
React Nanodegree My reads Project
https://github.com/yog9/myreads
myreads react udacity-react-nanodegree
Last synced: about 1 month ago
JSON representation
React Nanodegree My reads Project
- Host: GitHub
- URL: https://github.com/yog9/myreads
- Owner: Yog9
- Created: 2020-04-29T04:09:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:44:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T15:56:49.547Z (almost 2 years ago)
- Topics: myreads, react, udacity-react-nanodegree
- Language: JavaScript
- Homepage: https://yog9.github.io/MyReads
- Size: 4.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Reads
[Demo of My Reads](https://yog9.github.io/MyReads)
## Project Purpose:
This Web App is built for the Udacity React Nanodegree Program. The purpose of the project is to demonstrate understanding of the basic structure and operation of a React-based app.
## How to Load the App
```yarn install```
Once all of the dependencies have been installed you can launch the app with
```yarn start```
A new browser window should automatically open displaying the app. If it doesn't, navigate to [http://localhost:3000/](http://localhost:3000/) in your browser
## How to Use the App
MyReads is a simple cataloging app that allows you to place books in one of three shelves or categories.
* Currently Reading
* Want to Read
* ReadIt also allow you to search for books based on title and author.
_Note: The backend API is limited to a fixed set of search terms -- see below for valid search options_
#### Search Terms
'Android', 'Art', 'Artificial Intelligence', 'Astronomy', 'Austen', 'Baseball', 'Basketball', 'Bhagat', 'Biography', 'Brief', 'Business', 'Camus', 'Cervantes', 'Christie', 'Classics', 'Comics', 'Cook', 'Cricket', 'Cycling', 'Desai', 'Design', 'Development', 'Digital Marketing', 'Drama', 'Drawing', 'Dumas', 'Education', 'Everything', 'Fantasy', 'Film', 'Finance', 'First', 'Fitness', 'Football', 'Future', 'Games', 'Gandhi', 'History', 'History', 'Homer', 'Horror', 'Hugo', 'Ibsen', 'Journey', 'Kafka', 'King', 'Lahiri', 'Larsson', 'Learn', 'Literary Fiction', 'Make', 'Manage', 'Marquez', 'Money', 'Mystery', 'Negotiate', 'Painting', 'Philosophy', 'Photography', 'Poetry', 'Production', 'Program Javascript', 'Programming', 'React', 'Redux', 'River', 'Robotics', 'Rowling', 'Satire', 'Science Fiction', 'Shakespeare', 'Singh', 'Swimming', 'Tale', 'Thrun', 'Time', 'Tolstoy', 'Travel', 'Ultimate', 'Virtual Reality', 'Web Development', 'iOS'
_This project is licensed under the terms of the MIT license._