venrra / portfolio

Personal website/portfolio. Built using React and Bootstrap.

Home Page:https://nikitastetskiy.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

This project was bootstrapped with Create React App.

Description

This portfolio is based on a static website, it has been created with React and Boostrap. There are parts of the code like Animations and Github Projects that are not mine (they will be referenced below).

The structure of the project:

Documentation

In order to install the application we will use the following commands. It is necessary to have node installed to be able to execute the npm commands.

In the project directory, you can run these available scripts:

npm install

To install the project dependencies.

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run lint

To run Eslint and Prettier on the project.

npm test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Setup and Deployment

  1. Fork, download or clone the project.
  2. You have to edit and change your personal information, upload your own resume. Then change the links and icons (optional) of the Main Body. Later the icons (optional) of the Skills Section. Finally the links of the Footer. You also have to edit the meta tags and the title of index.html (also the social-image) and the URL in package.json file.
  3. Create a new empty repository and named it <your-username>.github.io.
  4. Then you need to go to pages.js and change the URL of the repository to your own repository:

github.com/<your-username>/<your-username>.github.io.git

  1. To deploy website:

npm run build

npm run custom-deploy

  1. Your site should be running on:

https://<your-username>.github.io

References

Large amount of help was from the following repositories:

Also with the help of:

About

Personal website/portfolio. Built using React and Bootstrap.

https://nikitastetskiy.github.io

License:GNU General Public License v3.0


Languages

Language:JavaScript 75.6%Language:SCSS 20.8%Language:HTML 3.6%