Table of Contents
This is a portfolio project with a lot of attractive features and the use of functional libraries such as Redux and Axios! Project Deployed Link - View the project
Project features:
- Fully responsive
- Using Json-Server backend
- Detailed implementation
This project is developed using very useful and large libraries
Now let's run the project on our system
You must have npm package manager on your system With the nodejs port, this package manager will be installed for you
Follow the steps below to install and run.
- Clone the repo
git clone https://github.com/spdfalcon/portfolio.git
- Go to the path of the added project
cd personal-portfolio
- Install dependencies
npm install
- Run the project
npm run dev