Dynamic personal website with admin panel which contains educations, experiences, skills, projects, contact fields.
- react
- redux
- react-redux
- redux-thunk
- react-router-dom
- react-hook-form
- axios
- moment
- react-datepicker
- react-dom
- react-icons
- react-modal-image
- react-scripts
- react-skillbars
- react-toastify
- web-vitals
Click Demo to go to the demonstration page.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000/
- please note that the application will not work before colone the API express, click here to go to backend repository.
- Change the server IP address in /src/app/serverApi.js file.