/My-Website

Hello and welcome to the code for my personal portfolio website!

Primary LanguageTypeScriptMIT LicenseMIT

Julian Memai | Web Developer

Hello and welcome to the code for my personal portfolio website!

The main aim for this project was to polish my online presence and demostrate / practise the newly obtained skills from School of Code, an intense 16 week full-time coding bootcamp that I was taking part from November 2021 until March 2022.

Domain

https://www.julianmemai.co.uk

Tech / frameworks

NPM Packages

Directory Structure

|-- code
    |-- .eslintignore
    |-- .gitignore
    |-- .prettierignore
    |-- LICENSE
    |-- README.md
    |-- package-lock.json
    |-- package.json
    |-- prettier.config.js
    |-- tsconfig.json
    |-- public
    |   |-- favicon.ico
    |   |-- index.html
    |   |-- manifest.json
    |   |-- robots.txt
    |   |-- files
    |   |   |-- cv.pdf
    |   |-- images
    |       |-- catch-the-doggies.png
    |       |-- github-dev-finder.png
    |       |-- my-website.png
    |       |-- random-meal-generator.png
    |       |-- rock-paper-scissors.png
    |-- src
        |-- App.scss
        |-- App.test.tsx
        |-- App.tsx
        |-- index.scss
        |-- index.tsx
        |-- react-app-env.d.ts
        |-- reportWebVitals.ts
        |-- setupTests.ts
        |-- variables.scss
        |-- assets
        |   |-- images
        |       |-- grey.png
        |       |-- logo.png
        |       |-- profile.png
        |-- components
        |   |-- AboutMe
        |   |   |-- AboutMe.scss
        |   |   |-- AboutMe.tsx
        |   |-- Contact
        |   |   |-- Contact.scss
        |   |   |-- Contact.tsx
        |   |-- Hero
        |   |   |-- Hero.scss
        |   |   |-- Hero.tsx
        |   |-- Nav
        |   |   |-- Nav.scss
        |   |   |-- Nav.tsx
        |   |-- Portfolio
        |       |-- Portfolio.scss
        |       |-- Portfolio.tsx
        |-- types
            |-- ContactFormData.ts
            |-- Controls.ts
            |-- NavItem.ts
            |-- PortfolioItem.ts
            |-- Sections.ts
            |-- react-app-env.d.ts

More Information

Click here to visit my LinkedIn profile

License

MIT