A place where I can add any useful links for future reference. Links are automatically sorted by tags so they can be easily found.
This website is hosted in vercel: Click here to take a look.
I wanted to create a cross-browser space to add useful developer links that I can access from anywhere. It was also a good opportunity to try svelte and svelte-kit to build a full-stack app.
- TypeScript
- Svelte
- Svelte-Kit
- Sass
- MongoDB
- Prisma
- Vercel hosting
The bookmark links app consist of a single page that displays the appropiate bookmarks based on tags. There is an admin login to add, edit and remove tags.
Classic svelte-kit project. Start by installing dependencies using npm install, and then run the development server using npm run dev.
In order to run a local copy, users need to include an .env file in the server folder with the following information:
- DATABASE_URL - Mongo DB connection link
This project is going, and minor improvements might be added.
Known bugs:
- In mobile, when selecting a hidden tag and then closing the tag section, the user cannot know which tag he has selected.
| Alejandro Aburto Salazar |


