React website with a home, about me, portfolio, testimonials and contact me section.
Here is a working live demo: https://my-react-portfolio-project.netlify.app
This application was built with:
To clone and run this application, you'll need:
From your command line:
# Clone this repository
$ git clone https://github.com/Lizzflores/ReactPortafolio.git
# Go into the repository
$ cd personal-portafolio
# Install dependencies
$ npm install
# Run the app
$ npm run dev