My website made in React Js. In this web application you can see all my projects and my main skills. It contains a form to contact me.
Concepts learned in this proyect:
- Functional Components
- Props
- Lifting
- React Router
- React Hooks
- Redux
Install Git with:
$ sudo apt install git
Install NodeJs Js with:
$ sudo apt install nodejs
Install NPM with:
$ sudo apt install npm
Clone this repo
$ git clone https://github.com/DanielCuevas1822/MyWebsite.git
Use following commands:
$ cd MyWebsite
$ npm install
$ npm start
https://danielcuevas1822.github.io/MyWebsite/
With ❤️ DanielCuevas1822