A clone web application of the Linktree profile page, developed in order to stop using Linktree page and add it to my own domain web page https://aridev.me/links
You can access to it on https://aridev.me/links
- Clone the repo and go to the directory.
$ git clone https://github.com/AriDevK/LinktreeProfile.git
or
$ git clone [email protected]:AriDevK/LinktreeProfile.git
$ cd LinktreeProfile
- Install the dependencies and use the recommended node version:
$ npm install -g @angular/cli
$ nvm use
- Start the server and serve the application
$ ng s -o
At this moment I'm using the LinkTree app in order to have all my social links on a single page, but also at this moment I'm paying for a domain that is not serving to much so in order to practice my new angular skills and also put this domain to work a developed this application 🥰
On this project I practice things like:
- Angular CLI
- Angular Material
- Components
- Pipes
- Saas
- TypeScript
These are things that I will implement later
- Connect to my API in order to fetch the links
- Made available on spanish language
- Check mobile responsive.
- Button to change language.