Library Guide Application is Useful to guide the user who what to search for Guides available in Library.
This Application provides four different options to sort out the guides available in Library Database.
- [ByOwner] # User can access different Guides written by Author/Owner of that Guide
- [ByGroup] # User can access guides of certain group they are looking.
- [AllGuides] # It will displays all the Guides in library.
- [BySubject] # User can see the guides available based on the subject they are looking.
Using those links provides under different categories.They can easily navigate and see the content or more information regarding that Guide.They can have a chance to interact with author if they have given there contact information.
This is a Simple Library Guide Application anyone can use it.Very user friendly to access the application.
Technologies:
- [Back-end] # node.js
- [Front-end] # React.js
After creation, your project should look like this:
my-app/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
src/
App.css
App.js
App.test.js
index.css
index.js
logo.svg
For the project to build, these files must exist with exact filenames:
public/index.htmlis the page template;src/index.jsis the JavaScript entry point.
Just clone the source code.
Enter into the app directory and run : npm start
Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.