AnweshDahal / Biblio

Electron app that generates In-Text Citations and Bibliography. ❗Work in Progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Biblio

latest language devDependencies license

Introduction

Biblio allows you to generate citation and bibliography for your school reports. This program follows guidelines from Angila Ruskin University's Havard System of Reference, and Purdue University's Online Writing Lab: Purdue OWL for proper referencing format.

Installation

You can downlad the source code and build the program your self or download a pre-built version here

Manual Build

  1. Download the source code from this repository.
  2. Paste it in a directory of your choice
  3. Run npm install to install required modules.
  4. You can start editing the program from here, or build the program for your system by following these instructions.

Project Detail

Project Layout

  • node_modules
  • src
    • assets
      • images
      • loading.svg
      • logo.svg
    • scripts
      • main.js
    • style
      • _button.scss
      • _container.scss
      • _fonts.scss
      • _gradients.scss
      • _scrollbar.scss
      • _variables.scss
      • style.css
      • style.scss
    • main.html
    • splashScreen.html
  • .gitignore
  • LICENSE
  • package-lock.json
  • package.json
  • README

Current Features

Referencing Style

  • Havard Angila Referencing Style
  • APA Referencing Style
  • MLA Referencing Style

Reference Source

  • Book
  • Journal Article
  • Website

Other Features

  • Save
  • Generate

About

Electron app that generates In-Text Citations and Bibliography. ❗Work in Progress

License:MIT License


Languages

Language:JavaScript 52.6%Language:HTML 40.1%Language:SCSS 7.2%