Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h0rn0chse/project-overview
Website saving links to VSCode to localStorage
https://github.com/h0rn0chse/project-overview
localstorage projects vscode vuejs
Last synced: 5 days ago
JSON representation
Website saving links to VSCode to localStorage
- Host: GitHub
- URL: https://github.com/h0rn0chse/project-overview
- Owner: H0rn0chse
- License: mit
- Created: 2021-12-19T16:33:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T07:41:32.000Z (about 2 years ago)
- Last Synced: 2024-10-18T12:07:08.807Z (4 months ago)
- Topics: localstorage, projects, vscode, vuejs
- Language: JavaScript
- Homepage: https://h0rn0chse.github.io/project-overview
- Size: 12.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Overview
Website saving links and informations to VSCode. The data is saved via localStorage.* [Usage](#usage)
* [Customizations](#customizations)
* [Libraries](#libraries)## Usage
You can **add** new Projects and **update** your already added ones. The **search** looks for all phrases entered in some fields (`title`, `description` and `tags`). Since the localStorage might be cleared eventually by your browser you have the possibility to `import` and `export` your list and settings. You can also disable the **export reminder** in the settings. You can mark your **favorites** which will always land on top of the search. The **description** can handle markdown notation. By clicking on the **icons** you have quick access to your project assets.## Customizations
You can only add new types but nbot edit and remove the default ones. Have a look at this [config](./assets/config.json) for examples.## Libraries
* ScrollBar [github.com/Binaryify/vue-custom-scrollbar](https://github.com/Binaryify/vue-custom-scrollbar)
* Markdown [github.com/adapttive/vue-markdown/](https://github.com/adapttive/vue-markdown/)
* Github Corners [github.com/YuskaWu/github-corner-element](https://github.com/YuskaWu/github-corner-element)
* Generic Icons [github.com/feathericons/feather](https://github.com/feathericons/feather)
* Corporate Icons [github.com/simple-icons/simple-icons](https://github.com/simple-icons/simple-icons)
* Vue [vuejs.org](https://vuejs.org/)
* Vuex [vuex.vuejs.org](https://vuex.vuejs.org/)
* BootstrapVue [bootstrap-vue.org](https://bootstrap-vue.org/)
* Bootstrap [getbootstrap.com](https://getbootstrap.com/)