https://github.com/zeevolution/myreads-react-project
A ReactJS Bookshelf Application
https://github.com/zeevolution/myreads-react-project
Last synced: 21 days ago
JSON representation
A ReactJS Bookshelf Application
- Host: GitHub
- URL: https://github.com/zeevolution/myreads-react-project
- Owner: zeevolution
- Created: 2018-08-14T15:51:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T05:28:13.000Z (almost 8 years ago)
- Last Synced: 2026-06-07T21:25:49.922Z (21 days ago)
- Language: JavaScript
- Size: 424 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyReads - A React Application for Registering Books.
This is a react project for registering books made for Udacity's React Fundamentals course. The goal is to create a bookshelf application which allows users to register and classify books that they are reading, have read or want to read. The project emphasizes the use of ReactJS for creating the purposed application and uses a API server and a client library, so that the user can persist the data as he interacts with the application.
The project is part of my portfolio as a React Developer.
To run the project, you may run:
- npm install
- npm start