DEV Community

Francis Ngugi
Francis Ngugi

Posted on

Day 7 of 30

So for today I reading related to Hacking and did some React.JS learning.

       **<u>What I did in TryHackMe</u>**
Enter fullscreen mode Exit fullscreen mode

-So I read about SMB and how it works and How to enumerate service running on SMB and how to exploit it.

       **<u>What I learnt on React.JS</u>**
Enter fullscreen mode Exit fullscreen mode

-For today I did a simple project that focused on the Admin role on a quiz app where the admin could add a qsn, delete a qsn and Change the answer of the qsn and all of the qsns were to be fetched in a db.json mock server:
i)The code: https://github.com/FrancisNgigi05/react-hooks-fetch-crud-lab

-After the project I did some learning on Client-side routing and did a small project:

i)The learning part code: https://github.com/FrancisNgigi05/react-hooks-react-router-code-along

ii) The small project I did to practice what I had learnt: https://github.com/FrancisNgigi05/react-hooks-react-router-routes-lab

Top comments (0)