Welcome to your dedicated portfolio management hub! Our website, crafted with HTML, SCSS, and JavaScript, is your go-to platform for effortlessly modifying and updating your portfolio content. Designed with simplicity and efficiency in mind, this server-side solution powered by FastAPI in Python ensures a seamless experience as you curate and showcase your professional journey.
- Effortless Portfolio Customization
- Real-Time Updates
- Interactive Content Management
- FastAPI-Powered Backend
- Version Control and Security
- Mobile-Responsive Design
- Streamlined Portfolio Management
UI: Html, Javascript, SCSS
Server: Javascript, Python
The color I have used for making the website
Color | Hex |
---|---|
Home Page Background | #C5FFF8 |
Home Page Button | #5FBDFF |
Screens Background | #7ED7C1 |
Header | #DC8686 |
Button-1 | #F0DBAF |
Container | #EEF296 |
Card | #9ADE7B |
Pop Up | #FDF7E4 |
To run tests, use the localhost of your machine, I used live server for it
http://127.0.0.1:5500/
To deploy this first made the necessary changes on the template, then run the following
Install Vercel CLI:
npm install -g vercel
Navigate to your project directory:
cd /path/to/your/project
Login to your Vercel account (if not already logged in):
vercel login
Follow the on-screen instructions to log in to your Vercel account.
vercel
This command will initiate the deployment process. Vercel will prompt you with some configuration options, such as setting up the project name, environment variables, etc. Follow the prompts to configure your deployment.
If you want to deploy without being prompted, you can use the --confirm flag:
vercel --confirm
After a successful deployment, Vercel will provide you with a unique URL for your project. You can open this URL in your browser to view your deployed application.
Additionally, you can add a build command to specify how your project should be built before deployment. This is useful for projects that require build steps.
vercel --build "your-build-command"
Replace "your-build-command" with the actual build command for your project.
Contributions are always welcome!
See CONTRIBUTION.md
for ways to get started.
Please adhere to this project's code of conduct
.
If you have any feedback, please reach out to us at colddsam@gmail.com