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: v13View 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.