Projects Website Template
Projects Website Template is a simple React template for organizing and displaying personal projects.
Features
- Displays personal projects in a concise way.
- Easy to modify, requiring only the modification of the json file in the data folder.
Prior to usage
- Change homepage to your homepage in the package.json file.
- Add your projects to /src/data/projects.json following the existing format.
- npm run dev: The website in a development environment.
- npm run preview: Preview the website in a production environment.
- npm run deploy: Deploys website to gh-pages.