Backend Repo at : github.com/mohitk0208/links-organizer-api
A Platform to store and manage urls in categories.
View Demo
·
Report Bug
·
Request Feature
This is a platform to store and manage saved urls in different categories. Tags can also be attached to the saved urls, so as to provide better searching. You can find the application at Links Organizer
Some features of this app:
- save URL's in different categories
- attach tags to the saved Urls
- attach background to the categories
If you think, you may find this platform's working to be very similar to that of Bookmarking Feature of the browser, but Links Organizer certainly has some better features, as bookmarking has :
- no option for creating categories.
- has no option to attach tags to saved URL's.
- no searching functionality.
- no filters to easily find the saved Url.
Links Organizer is highly secure and easy to use, and provides a lot of benefits, this is achieved using :
- create a new account .
- create a category to save URLs in.
- add a url to the category in the
add link
page, also attach tags so that you can search the item easily latter on.
And this is all you need to do, now you can access the saved urls whenever needed.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request