Merge 1a18051436
into 08b771c863
commit
96559d25ed
@ -0,0 +1,30 @@
|
|||||||
|
# Linktree Clone
|
||||||
|
|
||||||
|
**Tier:** 3-Advanced
|
||||||
|
|
||||||
|
If you have used or heared of linktree application then you might know what its purpose.
|
||||||
|
It's a 'Link in bio' service.
|
||||||
|
|
||||||
|
It's Fullstack application were user will create account and user will add links which can be updated and deleted in future.<br> And then this app will process and will generate a new link which will be special link because it only show all those links which were provided by the user.
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] User gets an input field where (s)he can provide the URL of any social media.
|
||||||
|
- [ ] Pressing the `enter` key a URL/Link should be displayed on to the screen.<br>And then two buttons should be displayed to update or to remove the URL/Link.
|
||||||
|
- [ ] User can create thier accounts to make changes in future to add/delete/update the links and to generate its updated special link.
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] User can see the stats that how many people visited it's generated URL.
|
||||||
|
- [ ] User give it's personal touch design to it's special link that how it should be showed/displayed.
|
||||||
|
|
||||||
|
## Useful links and resources
|
||||||
|
|
||||||
|
- [Linktree](https://linktr.ee/)
|
||||||
|
- [Building Linktree with ReactJS](https://www.youtube.com/watch?v=Jorl_vcp-Ew)
|
||||||
|
- [Linktree Clone in MERN stack](https://github.com/AndrewMayes/Linktree-Clone)
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
|
||||||
|
- [MultiLinks](https://multilinkapp.netlify.app/)
|
||||||
|
- [Linktree Clone](https://linktree-clone.herokuapp.com/)
|
Loading…
Reference in new issue