Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krau5/handy-links
A small service for storing categorized handy links. Collected from multiple weekly newsletters.
https://github.com/krau5/handy-links
typescript vue
Last synced: 4 days ago
JSON representation
A small service for storing categorized handy links. Collected from multiple weekly newsletters.
- Host: GitHub
- URL: https://github.com/krau5/handy-links
- Owner: krau5
- Created: 2024-06-30T13:56:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T17:27:51.000Z (3 months ago)
- Last Synced: 2024-08-06T20:42:47.994Z (3 months ago)
- Topics: typescript, vue
- Language: Vue
- Homepage: https://handy-links.surge.sh/
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handy Links
A small service for storing categorized handy links such as articles, tutorials, videos, tools, etc. Built with Vue.js, Vuetify and TypeScript.
### Features
- Categorized storage of handy links
- User-friendly interface
- Responsive design### Installation and local launch
Clone this repo, install the dependencies, and you are ready to run the application
```shell
~ git clone [email protected]:krau5/handy-links.git
~ npm install
~ npm start
```The app will be available at `http://localhost:3000/`
### Scripts
- `npm run dev` - launches the application
- `npm run build` - creates a ready-to-use production bundle
- `npm run preview` - launches the application serving the built solution from `./dist`
- `npm run lint` - launches code quality validating using predefined ESLint configuration
- `npm run check-types` - launches type checking process using TS compiler
- `npm run prepare` - installs pre-commit hooks### How to contribute
Everyone is welcome to contribute, improve or enhance this template. Whether you're a seasoned developer or just starting out, your input is valuable.
If you're interested in contributing, here are a few suggestions on how you can get involved:
- Check the open [issues](https://github.com/krau5/handy-links/issues) section of the repository to see if there are any tasks or bugs that you'd like to tackle.
- Feel free to create new issues if you encounter bugs, have feature requests, or want to suggest improvements.
- If you have an idea or want to propose a major change, it's a good idea to open an issue first to gather the feedback.
- Share your feedback or ideas regarding the project's overall direction or specific features.Once you've identified an area where you'd like to contribute, simply submit a pull request, and I will review your contribution.
___
Made with ♥ by Vadym Kravchenko