Table of Contents
Lovely stuff, so spent just a few hours over this week on this, managed to only get so far...
- can create and delete bookmark, NOT edit, added/updated to local storage
- nearly all components and utils (hooks) are written from ground up incase this was deemed cheating otherwise!
- custom form building added url validation
- added pagination (hard to see without many results but wrote this as a self commenting usePagination hook)
Think would be useful to talk through and explain process. I also spent some time in framer to create initial screens. I cant share these easily (bloody accounts) but Ill try showing the most here...
Okey doke,
SImples
- Clone the repo
git clone https://github.com/yankyankpaste/markd.git or git clone git@github.com:yankyankpaste/markd.git
- Install NPM packages
npm install
- Run locally
npm start;
- Add edit bookmarks!!
- Add users screen
- Add searching
- Add url params for filtered search
- Add back to top links
Here's why:
- adding 3d icons that inevitably took a chunk of time, now left out with time constraints in eve!
Ive uploaded here some crude initial sketches...
Extra plugins used, thats it...!