Welcome to my personal portfolio website! I'm Lipi, and I like creating cool web applications. I also have an eye for aesthetics and hopefully you can see that through my portfolio, which showcases my projects and experiences.
This project was bootstrapped with Create React App. The site is a platform to highlight my journey as a developer and the projects I've worked on.
- React
- Node.js
- CSS
- JavaScript
- Git/GitHub
- The Dynamic Background Animation: the website features a moving stars background created using particles.js
- The Theme: inspired by Oh My Zsh
- Additional Projects: I plan on adding more projects. Maybe artwork too??
- Blog Section: I've always wanted my own blog.
- Light Mode Toggle: This is a huge maybe. I can't stand light mode and it wouldn't really work with the star particles.
To get started with the project locally, clone the repository and run the following commands in your terminal:
###npm install
Installs all the dependencies required to run the project.
###npm start
Runs the app in development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes, and you may also see any lint errors in the console.
###npm build
Builds the app for production to the build folder. The build is minified, and the filenames include the hashes for efficient caching. Your app is ready to be deployed!