A clean, minimal, and customizable web application built with React and TypeScript, designed for quick deployment and personalized data display.
To update the app's dummy content:
- Go to the
Data/directory. - Open any file (e.g.,
data.js,userData.ts, etc.). - Replace the default text or objects with your own data.
This allows you to easily personalize the content displayed on the website.
To run the project locally:
git clone https://github.com/yourusername/i-am-joshua.git
cd i-am-joshua
npm install
npm run dev