Web aplicación that allows you to have your links organized in folders.
Here you can see the application deployed in production:
You will need to have Node.js
installed from version 14 and have access to a terminal to follow the following steps:
npm install # Install dependencies
npm run dev # Run the application in development mode
- Dont make PRs changing linter configurations. It is configured with
standard
. - Dont make Pull Requests so big. The more atomic, the more chances that I will merge. 🚀
- Follow the style and run the linter before making the PR.
- The idea is that the app is functional and has the minimum necessary. Don't reinvent the wheel. There is no need to add
- 🔹 Add more e2e tests
- 🔹 Refactor the code
- 🔹 Improve design aspects
- 🔹 Add middleware to protect routes