Skip to content
View s-lifecore's full-sized avatar

Highlights

  • Pro

Block or report s-lifecore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
s-lifecore/README.md
Typing SVG

🌟 About Me

情報工学を学ぶ学生エンジニア。IT技術で身近な社会を解決し、持続可能で安心して暮らせる社会を作ることを目指しています。

  • 🏫 Belongs: 金沢工業大学 情報工学科 (Kanazawa Institute of Technology)
  • 📍 Location: Ishikawa / Japan
  • 🔮 Interests: Civic Tech / Disaster Tech / GIS & Mapping / Community Development

🚀 Products & Projects

🛠️ CityRiskView

Disaster Resilience Platform: 災害時の迅速な情報共有と、平時の備えを支援する防災プラットフォーム。

  • Tech Stack: Next.js, Supabase, Tailwind CSS, Mapbox
  • Link: Demo App

🚀 Hackit

Student Hackathon Organizer: 学生向けハッカソン「Hackit」の企画・運営を通じて、技術とアイデアが生まれる環境を創生。学内外の技術コミュニティを運営しています。

🚶 Michikusa Memory

Walking Memory Archive: ふとした散歩の時間を、冒険に変えてみませんか?その一瞬を思い出に残すアプリケーション。

📦 Other Open Source Utility


📊 GitHub Analytics

readme streak stats

🎯 Competitive Programming & Tech Articles

  • 競プロは Python をメインに AtCoder (s_umi) で精進中。アルゴリズムとデータ構造のスキルを磨いています。
  • 技術的な知見や備忘録は Qiita にて発信中!

GitHub Planet


💭 Random Dev Quote

Links: Portfolio / Contact / note / Qiita

Pinned Loading

  1. パスワード入力時の表示・非表示切り替えに関するコード パスワード入力時の表示・非表示切り替えに関するコード
    1
    "use client";
    2
    import { useState } from 'react';
    3
    
                  
    4
    export default function PasswordInput() {
    5
        const [password, setPassword] = useState('');