tijs_org
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v89View latest version
A React version of the tijs.org website, optimized for hosting on val.town.
index.html- Main HTML file with React app containerindex.tsx- React app entry pointApp.tsx- Main app component with global stylescomponents/- Individual React components:ProfileHeader.tsx- Header with profile image and introAppsSection.tsx- Showcases personal appsOpenSourceSection.tsx- Open source contributionsExternalLinks.tsx- Social and contact links
- 📱 Responsive design
- 🎨 Custom styling with CSS-in-JS
- ⚡ Fast loading with ESM imports
- 🔗 External links to projects and profiles
- 🎯 Optimized for val.town hosting
- Upload all files to your val.town project
- Set
index.htmlas your main file - The site will automatically serve the React components
If you want to test locally:
npm install npm run dev
The site uses a pink/magenta color scheme matching the original:
- Primary:
#ff69ad - Secondary:
#e34198 - Dark:
#461036
All styling is done with CSS-in-JS for component isolation and val.town compatibility.