Skip to content

gerrgg/odin-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin Library

Create a simple Library Application which allows a user to 'add books' to their library.

Objectives

  1. Create a form, validate input and render user books.
  2. Follow default CRUD actions: Create / Edit / Update / Delete
  3. Add persistance

Create Form, Validate and Render

  1. Create a form with the following inputs:
  • Title (text)
  • Author (text)
  • Total Pages (number)
  • Read (checkbox)
  1. Validate input
  • Title & Author not blank
  • Total Pages > 1
  1. Add to Library Array

  2. Render Library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published