Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.28 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.28 KB

Personal Portfolio

ReactJs Based Personal Portfolio Project, Built with ReactJs, Bootstrap and Firebase. Everything is included Reveal Animations, Filter Buttons, Hooks, Data Files

Visit Now

main

Porftolio URL

Visit Portfolio

Features [특징]

  • Simple, Responsive design
  • ReactJs Based
  • Used Dark styled UI Components
  • Bootstrap Layout
  • Reusable Components
  • Soft Animations
  • Filter Functions
  • Using Loop Conditions
  • Firebase Hosting
  • Included Page Loading, Creative Buttons

Installation

  1. Make sure you have NodeJS installed.
brew install node
  1. Clone the reposity:
git clone https://github.com/anaskhonprime/react-porfolio.git
  1. Open the folder:
cd react-porfolio
  1. Install packages and dependencies:
npm install
  1. Start a local dev server at http://localhost:8080:
npm start