https://github.com/leon8m/anthony-njeru
Just a website for an excentric auditor.
https://github.com/leon8m/anthony-njeru
auditor portfolio portfolio-site resume
Last synced: 3 days ago
JSON representation
Just a website for an excentric auditor.
- Host: GitHub
- URL: https://github.com/leon8m/anthony-njeru
- Owner: Leon8M
- Created: 2024-06-12T17:41:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T06:03:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T22:35:19.953Z (over 1 year ago)
- Topics: auditor, portfolio, portfolio-site, resume
- Language: TypeScript
- Homepage: https://anthonynjeru.netlify.app/
- Size: 9.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Anthony Njeru's Portfolio Website
Welcome to my portfolio website, showcasing my expertise and projects.
**Preview**

## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Vite**: Fast build tool that focuses on speed and performance.
- **TypeScript**: Typed superset of JavaScript that improves code quality and developer productivity.
- **Tailwind CSS**: Utility-first CSS framework for rapidly building custom designs.
## Features
- Responsive design for optimal viewing across devices.
- Portfolio section highlighting financial modeling, sustainable finance, and compliance auditing projects.
- Contact form for collaboration and inquiries.
- Integration with social media and professional profiles.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
```
## Development Server
Start the development server on http://localhost:5173
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```