This project is my personal website/portfolio. It contains information about me and my projects.
You are allowed fork this project as long as you keep the license and give credit for the work, do not claim it as yours.
- Clone the repository
- Locate the frontend folder and run
npm install
- Run
npm start
And as easy as that you'll have a development server up and running. To learn more about React check out the React documentation.
There is a data file under src/components/ProjectPage/data.js
. You can edit it to add more projects, but you'll also need to modify the src/components/Home/index.jsx
file in order for the projects to appear properly in the landing page.
You can edit these messages in src/components/GreetingAnimation/messages.js