vgrec / udacity-myreads

Course project for React Fundamentals course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads Project

MyReads project is a bookshelf app created as part of the Udacity React Nanodegree Program. It allows users to select and categorize books into three shelves: Currently Reading, Want to Read, and Read. The application also provides a search functionality to find and add new books to the shelves.

Prerequisites

Before you begin, ensure you have installed the latest version of Node.js and npm.

Installation

To install MyReads, follow these steps:

  1. Clone the repository
  2. Navigate to the repository directory and run:
npm install
npm start

Screenshots

Main Page Search Page
Main Page Search Page

About

Course project for React Fundamentals course


Languages

Language:JavaScript 74.2%Language:CSS 17.6%Language:HTML 8.2%