Skip to content

ruthtempo/myreads

 
 

Repository files navigation

MyReads Project

This is the final assessment project for Udacity's React Fundamentals course. MyReads is a book tracking app that allows you to perform book title searches, add/move/remove books to/from different shelves.

Start the project

To get started developing right away:

  • install all project dependencies with npm install
  • start the development server with npm start

What You're Getting

├── README.md - This file.
├── package.json
├── public
│   ├── favicon.ico
│   ├──index.html
│   └── redirects
│
└── src
    ├──components
    │   ├──Book.js
    │   ├──SearchButton.js
    │   ├──Shelf.js
    │   └──ShelfChanger.js
    │
    ├──pages
    │   ├──MyReadsPage.js
    │   └──SearchPage.js
    │
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── BooksAPI.js
    ├── icons
    │   ├── add.svg
    │   ├── arrow-back.svg
    │   └── arrow-drop-down.svg
    ├── index.css
    └── index.js
    └── wireframe.jpeg # simepl visual formulation of app structura created with figma

Future implementations :

  • Drag & Drop

About

Course project for React Fundamentals course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • CSS 24.6%
  • HTML 9.6%