An open API service indexing awesome lists of open source software.

https://github.com/devfle/quote-manager

With QuoteManager you have the ability to save and organize your sources for your term papers.
https://github.com/devfle/quote-manager

Last synced: 10 days ago
JSON representation

With QuoteManager you have the ability to save and organize your sources for your term papers.

Awesome Lists containing this project

README

        

# APA QuoteManager

01

With QuoteManager you have the ability to save and organize your sources for your term papers. All data is stored locally in the browser. I built the application so that I no longer have to manually insert every source into my term paper. This tool not only formats the sources correctly, but also puts them in the correct alphabetical order. This project was also a good opportunity to work with Typescript for the first time.

## Project Setup Guide
Run the following commands after checking out the project:
```
npm ci
```
```
npm run dev
```

## Other helpfull commands
Build the project for production
```
npm run build
```

Run unit-tests
```
npm run test
```

NOTE: Readme will be updated soon.