Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lalitmee/ud-myreads
Udacity Myreads Application
https://github.com/lalitmee/ud-myreads
jsx react service-worker
Last synced: about 18 hours ago
JSON representation
Udacity Myreads Application
- Host: GitHub
- URL: https://github.com/lalitmee/ud-myreads
- Owner: lalitmee
- Created: 2018-11-25T14:36:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:28:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:08:59.884Z (7 months ago)
- Topics: jsx, react, service-worker
- Language: JavaScript
- Homepage:
- Size: 4.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ud-myreads
This is the repository that contains the code for Udacity MyReads app. This app is built as the out of class project for Udacity's Frontend Web Developer nanodegree program.
### Table of Contents
- [Installing and Running](#installing-and-running)
- [What and Why](#what-and-why)
- [Built With](#built-with)### Installing and Running
Follow the following steps to start the application in your browser
```
git clone https://github.com/lalitmee/ud-myreads.git
cd ud-myreads
npm install
npm start
```These steps will start your application on the port [localhost:3000](http://localhost:3000/) where you can play with the app.
### What and Why
This is an application like Goodreads. Sorry for not making that much highly effective but it will do the things like you can track the books which
you are reading, read and want to read. You can also search for the books which I have included in my database. Sorry for that too. I can't handle that
much database like goodreads.### Built With
- [npm](https://www.npmjs.com/)
- [Create React App](https://github.com/facebookincubator/create-react-app)
- [Node](https://nodejs.org/en/)
- [Git](https://git-scm.com/)
- [Visual Studio Code](https://code.visualstudio.com/)