Giter Club home page Giter Club logo

book-tracker's Introduction

LitQuest

A book tracker web app to help you organize your readings, which you can access here: https://lit-quest.fly.dev/

Features

  • Search for books by title and/or author.
  • User registration and authentication.
  • Add books to personal library.
  • Track books as “To Read”, “Currently Reading”, “Did Not Finish”, and “Read”.
  • Rate and review books.
  • Display users' reading data in charts.

Motivation

I’ve been using Goodreads for years and it certainly does the job, but I find its UI clunky at times. Namely because of the constant full-page reloads. That’s why I decided to create my own version that would have a snappier, more SPA-like feel.

Acknowledgements

Installation

These are the instructions if you want to try out this project in your local development environment.

Prerequisites

Steps

  1. Clone the repository

    git clone https://github.com/Rodri-97/book-tracker.git
    cd book-tracker
  2. Install dependencies

    npm install
  3. Remove unneeded files and dependencies (optional)
    These files and dependencies are for deployment purposes only. So they're not needed if you just want to run the project locally or deploy it in a different manner.

    rm -rf Dockerfile .dockerignore fly.toml
    npm uninstall @flydotio/dockerfile
  4. Set up environment variables
    Create a .env file in the root directory and add this environment variable:

    DATABASE_URL=[your_database_url]
    
  5. Apply database migrations

    npx prisma migrate dev
  6. Start the development server

    npm run dev

book-tracker's People

Contributors

rodri-97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.