Portfolio-Site | portfolio website showing some example projects | Portfolio library

 by   lpercivalDEV CSS Version: Current License: No License

kandi X-RAY | Portfolio-Site Summary

kandi X-RAY | Portfolio-Site Summary

Portfolio-Site is a CSS library typically used in Web Site, Portfolio, React applications. Portfolio-Site has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This is my portfolio demonstrating sample projects I have worked on. It is not complete as there are many more projects I am in the process of completing/updating/adding to my site. But this simple portfolio should give an overall summary of my skills and experience as a full stack web developer. Link to project: www.lillythedev.com.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Portfolio-Site has a low active ecosystem.
              It has 12 star(s) with 1 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              Portfolio-Site has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Portfolio-Site is current.

            kandi-Quality Quality

              Portfolio-Site has no bugs reported.

            kandi-Security Security

              Portfolio-Site has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              Portfolio-Site does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              Portfolio-Site releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Portfolio-Site
            Get all kandi verified functions for this library.

            Portfolio-Site Key Features

            No Key Features are available at this moment for Portfolio-Site.

            Portfolio-Site Examples and Code Snippets

            No Code Snippets are available at this moment for Portfolio-Site.

            Community Discussions

            QUESTION

            Prettier / ESLint / React
            Asked 2021-Jan-02 at 16:11

            Conflicting rules on TS / React import from a noob, but using Eslint / Prettier and getting an 'React' is declared but its value is never read. error, but if i remove it, 'React' must be in scope when using JSX error pops up. I can't work out why!

            ...

            ANSWER

            Answered 2021-Jan-02 at 16:11

            the last react version of react doesn t need the import. Use that one or fix your eslint which is the problem here

            Source https://stackoverflow.com/questions/65541162

            QUESTION

            i am not able to create a new react app i get these errors below i belive i have everythig up to date
            Asked 2020-Dec-16 at 17:19

            F:\Web-Development>npx create-react-app portfolio-site

            Creating a new React app in F:\Web-Development\portfolio-site.

            Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...

            yarn add v1.22.10 [1/4] Resolving packages... warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'

            warning react-scripts > workbox-webpack-plugin > workbox-build > rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.

            warning react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142

            warning react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

            [2/4] Fetching packages...

            error An unexpected error occurred: "C:\Users\Mr.Robot!\AppData\Local\Yarn\Cache\v6\npm-micromatch-3.1.10-70859bc95c9840952f359a068a3fc49f9ecfac23-integrity\node_modules\micromatch\.yarn-metadata.json: Unexpected token \u0000 in JSON at position 0".

            info If you think this is a bug, please open a bug report with the information provided in "F:\Web-Development\portfolio-site\yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

            Aborting installation. yarnpkg add --exact react react-dom react-scripts cra-template --cwd F:\Web-Development\portfolio-site has failed.

            Deleting generated file... package.json Deleting generated file... yarn.lock

            My settings config. Yarn version: 1.22.10 Node version: 14.15.2 Npm version : 6.14.9 react also up to date

            ...

            ANSWER

            Answered 2020-Dec-16 at 07:52

            Looks like a cache issue it might be corrupt, can you try the following command it will fix that :

            Source https://stackoverflow.com/questions/65318724

            QUESTION

            AWS Resources disappearing
            Asked 2020-Sep-24 at 23:54

            I am new to AWS so this might just be a settings thing, but some of my resources are not being listed anymore under my admin console.

            Specifically, all my DynamoDB tables and Lambda functions are no longer listed on my console. My cloudfront and Route 34 listings are just fine. In addition I no longer see any of my website certifications listed anymore.

            I know the resources were not deleted, as I can ping them through other means and get correct responses and such. And I'm listed as the only user and have root access? Why are they no longer showing up?

            Example CLI outputs below showing that CLI recognizes the tables exist, but none of them show up on my web console anymore. I don't think I changed anything, but I probably did haha.

            ...

            ANSWER

            Answered 2020-Aug-16 at 00:22

            Based on the comments.

            The issue was the use of wrong region for DynamoDB in the console. When using IAM, all the regions are grayed out since IAM is global service.

            To change the region for DynamoDB, first have to go to DynamoDB console, and then a change of a region is possible. DynamoDB is a regional service, unlike IAM.

            Source https://stackoverflow.com/questions/63431886

            QUESTION

            The system cannot find the path specified: error returned when changing field in admin page Django
            Asked 2020-Jun-22 at 00:30

            Hi guys I was just following this tutorial (https://realpython.com/get-started-with-django-1/) to integrate a projects application for my Django portfolio-site project.

            Everything was going well with the set up until I tried to log in to admin page of Django to add more objects to my Project model in the database.

            After I click add, it return me an error page and it says like this:

            Error return page [1]: https://i.stack.imgur.com/co1Cy.png

            Traceback

            ...

            ANSWER

            Answered 2020-Jun-21 at 19:59

            In model Project image field:

            Should be project/img not projects/img

            Source https://stackoverflow.com/questions/62503355

            QUESTION

            Gatsby Image Not Working - Images Blurry on Deploy or does not show up at all
            Asked 2020-Mar-18 at 22:13

            Project Description: Using Gatsby to create a portfolio website to showcase my JavaScript projects.

            Problem: I cannot get images to load using gatsby-image in my deployment to github pages - it works on my local machine. If I use childImageSharp.fixed it is blurry and if I use childImageSharp.noBase64 the image does not show up at all.

            What I have tried: I have tried deleting my public and .cache folders and rebuilding (many times) - didn't work. I have tried using older versions of Gatsby and gatsby-images this didn't work and it seems to break other things. I've tried improving the quality but changing some settings but it didn't work. These are all things I have tried from other StackOverflow posts I've been reading the past couple of days.

            *Note: I also tried to not use Gatsby Images and you will see a lot of other data in my query even without Gatsby images I cannot get the images to show up not broken. But using gatsby images it's either blurry or blank as I stated above.

            Github repo: https://github.com/mk0b/gatsby-portfolio-site

            Live Github Pages Site: https://mk0b.github.io/gatsby-portfolio-site/

            **Notes on structure - My graphQL query is in Projects.js and is passing down all the info to Project.js which then uses gatsby image.

            Thank you for any help/guidance in advance!!

            ...

            ANSWER

            Answered 2020-Mar-16 at 19:21

            Someone in one my of my slack communities suggested I try Netlify instead of github pages and the images work with Netlify deploy. So this is not resolved but is no longer pressing.

            Source https://stackoverflow.com/questions/60707409

            QUESTION

            In Express App pug div class repeat with MySQL data
            Asked 2018-Aug-14 at 12:51

            Now I'm developing Express-NodeJS version of my portfolio page. You can access static web page with this Link

            So I put my data in MySQL Server. In the Pug template I want to repeat the div element and also inside elements too.

            Can you give me some examples of the div iteration and how to put the MySQL data into pug template.

            in the comment line I want to change it because I want to make it CRUD App.

            ...

            ANSWER

            Answered 2018-Aug-14 at 12:51

            In pug you can use each to iterate over an iterable.

            An example from the offical pug docs

            Source https://stackoverflow.com/questions/51841794

            QUESTION

            Gulp browserSync not reloading automatically
            Asked 2018-Apr-29 at 16:27

            I have read every tutorial, stackoverflow question, discussion forum I can find on this topic and still cannot find a solution that works for me. I'm sure it's something simple I'm overlooking which is why I'm asking for help. here's my folder structure for reference.

            • dist
              • css
              • img
              • js
              • index.html
            • src
              • sass
              • img
              • js
              • index.html
            • gulpfile.js
            • package.json

            browserSync will initialize correctly and show me the page in the browser. When I make a change to the html, css, or js files though, the terminal will tell me it's reloading the browser but then the browser never reloads. If i manually refresh the browser, then changes show correctly but browserSync is supposed to automatically refresh right?

            Do i need to make some kind of return stream or .pipe(browserSync.stream()); at the end of my copy tasks?

            ...

            ANSWER

            Answered 2018-Apr-29 at 16:27

            I downloaded your repo to check it and everything is fine with your Gulp installation.

            The problem you have is that your index.html file is malformed. There's a word 'portfolio' at the very beginning of your file, before the document declaration.

            I read in some other answers that BrowserSync needs a body tag in the HTML to inject some code that enables the syncing, and I guess that a malformed HTML can break that functionality.

            Thanks,

            Source https://stackoverflow.com/questions/50087505

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Portfolio-Site

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/lpercivalDEV/Portfolio-Site.git

          • CLI

            gh repo clone lpercivalDEV/Portfolio-Site

          • sshUrl

            git@github.com:lpercivalDEV/Portfolio-Site.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Portfolio Libraries

            pyfolio

            by quantopian

            leerob.io

            by leerob

            developerFolio

            by saadpasta

            PyPortfolioOpt

            by robertmartin8

            eiten

            by tradytics

            Try Top Libraries by lpercivalDEV

            instagram-api

            by lpercivalDEVJavaScript

            simplebackendapi

            by lpercivalDEVCSS

            matching-card-game

            by lpercivalDEVCSS

            cafe-full-stack-react

            by lpercivalDEVJavaScript

            full-stack-rock-paper-scissors-WIP

            by lpercivalDEVJavaScript