https://github.com/mrinnnmoy/dev-portfolio
Personal portfolio showcasing my skills, projects and contributions in WEB3.
https://github.com/mrinnnmoy/dev-portfolio
Last synced: 3 months ago
JSON representation
Personal portfolio showcasing my skills, projects and contributions in WEB3.
- Host: GitHub
- URL: https://github.com/mrinnnmoy/dev-portfolio
- Owner: mrinnnmoy
- Created: 2024-12-03T15:01:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T13:59:38.000Z (3 months ago)
- Last Synced: 2025-03-08T14:29:55.672Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website.
A sleek and modern portfolio website showcasing my journey as a blockchain developer, featuring my projects, articles and contributions to WEB3.
[Sample Design](https://sawad.framer.website/)
## ⚠️ Why this Portfolio?
To present:
- My skills and experience in decentralized technologies.
- Key projects I've developed.
- Technical articles and Twitter threads I've authored.
- An easy way for collaborators and employers to connect with me.## ✅ Features
1. **Home**: A brief introduction about me.
2. **Tech Stack**: Highlights the tools and technologies I use.
3. **Projects**: A showcase of my most significant work.
4. **Articles & Threads**: Links to my blogs and Twitter threads.
5. **Contact**: Easy connection points via email and social media.## 🛠 Tools and Frameworks Used
- **ReactJS**: For building the frontend UI.
- **Framer Motion**: To add animations for better user experience.
- **Chakra UI**: For customizable and accessible design components.
- **React Router**: For seamless navigation.
- **Vercel/Netlify**: For deploying the project.## 📂 Folder Structure
- **/src**: Contains React components, pages and assets.
- **/public**: Static files such as images and icons.
- **/styles**: Global CSS and custom styles.## 🧑💻 Contributions to this repo are WELCOME.👋
* 🎨 Any improvements to the design and UI are welcome.
* 🔨 Try to break the website by testing it to find any bugs. If you find any, check if there is an issue already open for it, if there is none, then report it.## 🔃 Steps to be followed in order to make valid contributions to this repo.
**1.** Fork the [Dev-Portfolio](https://github.com/mrinnnmoy/dev-portfolio) repo by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.
**2.** Clone the forked repository
git clone "https://github.com//dev-portfolio"
* Download and install Node JS v16.16.0
* Download and install Git.
* Go to the terminal of your code editor and run "npm install" to download packages.
* Run "npm run dev" to start a local server.**3.** Make necessary changes and commit those changes.
Remember never push anything to the Main branch.Always change your branch to "develop" using:
git checkout develop
Again check your current branch using:
git branch
It should point \*develop
Now add your changes using:
git add files-you-edited
If there are multiple files you can use:
git add .
Now create a commit message using:
git commit -m ""
**4.** Push changes to GitHub
git push origin develop
**5.** Create a Pull Request 👋
Now you go to your repository on GitHub, you’ll see a `Compare & pull request` button. Click on that button and now write a summary of what changes you have done.( Attach images if required). I will review your code and merge it if it passes all the tests.❤️