This is my personal profile or portfolio website built in html, css, javascript and bootstrap.
Vercel: https://vishal-creator-profile.netlify.app/
- Home Page
- About Page
- Gallery
- Contact Page
- Signup/Login Page
- Project Page
Client: HTML, CSS, JavaScipt, Bootstrap.
1). First fork the repository 2). Clone the project locally using :
git clone https://github.com/vishal02527/my-profile.git
3). Open terminal and run command:
cd my-profile
4). Add remote using command:
git remote add origin https://github.com/vishal02527/my-profile.git
5). Setup upstream using command
git remote add upstream https://github.com/vishal02527/my-profile.git
6). Make sure you have Live Server extension installed on your code editor if you're using vs-code. 7). Finally run index.html using Go live.