Overview:
The 2nd iteration of My Personal App is a web application created using ReactJS, Overmind, and Material UI. It provides users with a template to create their own portfolio websites easily by following a few simple steps such as forking the repository, modifying variables, and deploying the site on GitHub Pages.
Features:
- Easy Installation: Follow a few steps to clone the repository, modify variables, and deploy the site.
- Customizable: Modify variables in the source code to add your own data and style preferences.
- Responsive Design: Utilizes Material UI components for a responsive and modern design.
- Free Hosting: Utilize GitHub Pages for hosting your portfolio for free.
- Prerequisites: Ensure you have NodeJS and NPM installed on your computer before running the project.
Installation:
- Fork the repository (Recommended).
- Clone your forked repository using
git clone YOUR-REPOSITORY-URL
. - Install all dependencies using
npm install
. - Run the project using
npm start
.
Summary:
The 2nd iteration of the My Personal App offers an easy-to-use template for creating personalized portfolio websites. By following the installation guide and customizing variables in the source code, users can quickly set up their own portfolios. With a responsive design powered by Material UI components and free hosting on GitHub Pages, this app simplifies the process of showcasing personal projects and information online.