Curate and share your favorite JavaScript libraries with other.
View Demo
·
Report Bug
·
Request Feature
Libshare helps you curate and share your favorite NPM libraries with the community. Showcase all the awesome libraries that you used in your side project and give them visibility. Made for the ♥ of open-source.
The application UI is powered by Anguar and styling is all taken care using Tailwind CSS. There are no external component libraries used.
Surprisingly there is no dedicated server used in the making of this application. The whole API comprising of the server and the databse itself is hosted in HarperDB. Custom functions in HarperDB made this possible. So no worries about managing the server or the database.
- Clone or download the repo:
git clone https://github.com/adisreyaj/libshare.git- Navigate to the folder
cd libshare- Initialize the submodule
git submodule update --init- Install the dependencies
npm install- Serve the UI
npm startYou can now visit http://localhost:4200 to see the application running.
