{ 14 | uiMgr.setShowModal(true); 15 | authMgr.setIsLoggin(true); 16 | }} 17 | > 18 | Login 19 |
20 | 21 |{ 25 | uiMgr.setShowModal(true); 26 | authMgr.setIsLoggin(false); 27 | }} 28 | > 29 | Register 30 |
31 |7 | Top Contributors 8 |
9 |7 | Why 8 |
9 |10 | “ 11 | The question is "why not". The sense of community comes with kind 12 | gestures of offering what you can from a good place. You never know 13 | what treasure is coming with the next commit, but you know 14 | inherently to treasure each and every single one no matter the 15 | outcome. 16 | ” 17 |
18 |Who
9 | 10 |11 | Dynamic team of developers at all levels, always evolving but most 12 | importantly always counting. 13 |
14 |22 | A contribution initiative as open-source. 23 |
24 | 25 | 44 |13 | {authMgr.isLoggin ? "Log In" : "Register"} 14 |
15 | {authMgr.isLoggin || ( 16 | 23 | )} 24 | 25 | 32 | 33 | 40 | 41 | 44 | 45 | {authMgr.isLoggin && ( 46 | 50 | FORGOT PASSWORD? 51 | 52 | )} 53 | 54 |55 | {authMgr.isLoggin ? "No account? " : "Already registered? "} 56 | authMgr.setIsLoggin((prev) => !prev)} 60 | > 61 | {authMgr.isLoggin ? "Create One" : "Login"} 62 | 63 |
64 | 65 |uiMgr.setShowModal(false)} 67 | className="cursor-pointer text-center text-2xl font-medium text-teal-600" 68 | > 69 | FS 70 |
71 |
54 | Step 2: We will then be navigated to the create new a fork page and click the create fork button.
55 |
56 |
57 | 2. Clone the project:
58 |
59 | Step 1: On your Visual Studio Code IDE (or any IDE), click terminal and click new terminal.
60 |
61 | Step 2: On the terminal run `git clone https://github.com/Medic1111/FINALLY-SEEN` to clone the project.
62 |
63 | 3. Install dependencies client and run client:
64 |
65 | Step 1: On the terminal in your VScode IDE run `cd .\FINALLY-SEEN\`
66 |
67 | Step 2: Then run `cd .\client\` and run `npm install` to install dependencies client.
68 |
69 | Step 3: With all dependencies installed, while still on the client you can run `npm start` to start the client on localhost 3000
70 |
71 | 4. Install dependencies server and run server:
72 |
73 | Step 1: On the new terminal in your VScode IDE(while on the root of the project) run `cd .\server\`
74 |
75 | Step 2: Then run `npm install` to install dependencies server.
76 |
77 | Step 3: With all dependencies installed, while still on the server you can run `node app.js` to start the server.
78 |
79 | > I highly suggest using nodemon to run the server. It is not a dependency of this project but feel free to use your globally installed one.
80 |
81 | ---
82 |
83 | ### WHO AM I
84 |
85 | **:point_right: Aryse Tansy**
86 | :e-mail: paganowebdev@gmail.com
87 | :computer: [Portfolio](https://www.pagano.dev/)
88 |
89 | ---
90 |
--------------------------------------------------------------------------------
/client/src/pages/Portfolio.tsx:
--------------------------------------------------------------------------------
1 | import Header from "../components/Header/Header";
2 |
3 | const Portfolio: React.FC = () => {
4 | return (
5 |
23 |
24 | 31 | “ A description of the developer and short journey brief ” 32 |
33 | 34 | 38 | DevName LastName(link to github) 39 | 40 | 41 | portfolio URL 42 | 43 |