// eslint-disable-next-line no-unused-vars import { NavLink } from 'solid-app-router'; // eslint-disable-next-line no-unused-vars import { For, Show } from 'solid-js'; // eslint-disable-next-line no-unused-vars import Icons from '../components/Icons'; import projects from '../config/projects'; function Projects() { return ( <> Reinaldy Rafli Projects {project => {project.title} {project.description} {project.type.toUpperCase()} {project.role.toUpperCase()} {item => } Repository Website } These are just a few of my projects. Explore more on my Github > ); } export default Projects;
{project.description}
{project.type.toUpperCase()}
{project.role.toUpperCase()}
These are just a few of my projects. Explore more on my Github