Skip to content

jespy2/storial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storial Logo

Track Books You'd Like To Read

MVP

  • Offers basic CRUD functionality for tracking books user hears about and would like to read in the future.
  • Includes title, author and notes for each book tracked

Stretch Features

In the future, I'd like to add the following:

  • Additional fields such as date entered and genre
  • Genre field that has preset options, but editable by user
  • Sorting books by field
  • Check box that removes book from library to-read view to have-read view
  • Add proper modals with branded styling instead of using alerts
  • Do a comprehensive accessability review and refactor
  • Add testing

Tech Stack

React, TailwindCSS, Node, Express, MongoDB

Getting Started

After cloning onto your local directory, you will need to run npm install in both the client and server directories.
Be sure you have Mongo DB installed as well.

Once your dependencies are installed, you will need to open three terminals:

  1. MongoDB enter the following commands:
  • brew services start mongodb-community

  • mongo

  • use books

  1. Server - npm run start
  2. Client - npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published