From 880a8df71b8987a1fc680bba5cdafa103c413777 Mon Sep 17 00:00:00 2001 From: Steven Jannette Date: Sun, 23 Apr 2023 03:39:56 -0500 Subject: [PATCH] Delete README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 README.md diff --git a/README.md b/README.md deleted file mode 100755 index 1edac1e..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# MyReads Project - -This app allows the user to categorize books according to status: "Currently Reading," "Want to Read" and "Read" - kind of like a personal "playlist" for books! - -The main page displays the user's books by category. The main page also has a link to the search page, where the user can search the database for more books to add to the main page, and categorize them appropriately. - -To use the app: - -1. Download or clone this project from [git]. - -2. To install app: from the command line, type: npm install. - -3. When complete, to run app, type: npm start and view the app in your favorite browser.