- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Porfolio is my personal portfolio project where I introduce myself and get a chance to show what interesting stuffs I have been building.
- [Single Page Application with an easy to use nav dock]
- [EmailJs is used as mail server]
- [Responsive for all devices]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Nodejs installed in your computer. (install guide)
- Git installed and configured in your computer. ( Install Guide)
- Code editor preferably Vscode.
Clone this repo with git. Run the following command in your terminal:
git clone https://github.com/Krishnabot/Portfolio-React.git
Install this project with:
cd Portfolio-React
npm install
To run the project, execute the following command:
npm start
No Unit or Integration Tests available for this Project
Before deploy add the following in you package.json file
- "homepage": "https://[Your github username].github.io/Portfolio-React", In scripts:
- "predeploy": "npm run build",
- "deploy": "gh-pages -d build",
And Run the follwing Command
npm run deploy
👤 Krishna Prasad Acharya
- GitHub: @krishnabot
- Twitter: @last_matrix
- LinkedIn: @Krishnabot
- [Animation in Header Section Usinf 3js]
- [Multiple Break Points ]
- [serverside Form Validation]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project Please give a ⭐️
- Original design idea by Alien_pixels
This project is MIT licensed.