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: v26View 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.html
as 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.