portfolio-creator-bcv v1.0.8
Portfolio-Creator-BCV
This is a versatile npm package designed to simplify the process of creating captivating portfolios. Whether you're a designer, developer, or freelancer, this package offers intuitive features to help you showcase your work effectively.
Features
1.Easy to Use: Portfolio-Creator-BCV provides a user-friendly interface, making it accessible for beginners and professionals alike.
2.Flexibility: Customize every aspect of your portfolio, including layout, color scheme, fonts, and more.
3.Fast and Lightweight: It is optimized for speed and efficiency, allowing you to create and deploy your portfolio quickly.
4.Continuous Updates: We are committed to improving PortfolioBuilder with regular updates and new features based on user feedback.
Usage
import { Navbar } from 'portfolio-creator-bcv';
import {About} from 'portfolio-creator-bcv';
import {Skills} from 'portfolio-creator-bcv';
import {Projects} from 'portfolio-creator-bcv';
import {Footer} from 'portfolio-creator-bcv';
// After importing the required components, in the defualt App.tsx file of your react project
// add this to function App ()
return (
<>
<div>
<Navbar />
<About />
<Skills />
<Projects />
<Footer />
</div>
</>
)
// After this navigate the bundle.css file in the npm package folder and copy the css code as it is and paste it into the
// App.css file
// Now, you have got your Portfolio Project done within minutes, Add further styling to the website as per your needs.
License
Portfolio-Creator-BCV is licensed under the MIT License. See the LICENSE file for more information.