Skip to content

Personal website and project showcase built using React

License

Notifications You must be signed in to change notification settings

sofiadparamo/personal-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Emoji

sweetsofimc.dev

NPM Release React Release

This project is my personal website/portfolio. It contains information about me and my projects.

Demo image

📌 Project usage

You are allowed fork this project as long as you keep the license and give credit for the work, not just claiming it as if it's yours.

🚀 Getting started

  • 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.

⚒ Editing projects data

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.

✨ Editing greeting messages

You can edit these messages under src/components/GreetingAnimation/messages.js