Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

yokesh-ks/TopologicalMaterials-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7829306 · Oct 7, 2023

History

29 Commits
Sep 5, 2023
Sep 3, 2023
Sep 4, 2023
Sep 5, 2023
Sep 3, 2023
Sep 3, 2023
Mar 18, 2022
Sep 3, 2023
Sep 4, 2023
Oct 7, 2023
Sep 2, 2023
Mar 18, 2022
Sep 5, 2023
Sep 5, 2023
Sep 2, 2023
Sep 2, 2023
Sep 2, 2023

Repository files navigation

Unleash the Power of Materials Explorer

Introduction

Welcome to the future of materials science. Our Topological Materials Explorer invites you to a realm where materials defy convention, opening doors to unprecedented possibilities. With supercomputing and cutting-edge research, we're pioneering a journey into the world of topological materials, where innovation knows no bounds.

Topological Explorer ScreenShot


Tech Stack + Features

Frameworks

  • Next.js – A powerful React framework that enables building performant apps with an excellent developer experience.

Platforms

  • Vercel – Effortlessly preview and deploy changes using Git for seamless collaboration.

UI

  • Tailwind CSS – A utility-first CSS framework that accelerates UI development with its responsive components.
  • Lucide – Discover beautifully simple and pixel-perfect icons for enhancing visuals.
  • Radix – Access a set of primitives such as modals, popovers, etc., to create a polished user experience.

Code Quality

  • TypeScript – Benefit from static type checking for end-to-end type safety in the application.
  • Prettier – Utilize this opinionated code formatter to maintain consistent code style across the project.
  • ESLint – Implement a pluggable linter for Next.js and TypeScript to enforce coding standards.

Commands

Command Action
pnpm i Install dependencies
pnpm dev Start local dev server at localhost:3000
pnpm build Build your production site to ./dist/
pnpm commit Create a new Git commit with standardized commit messages using commitizen

Project Tree

📦 TopologicalMaterials-V2
├─ pages
│  ├─ api
│  └─ index.tsx
├─ prisma
├─ public
├─ src
│  ├─ components
│  ├─ icon
│  ├─ lib
│  └─ utils
└─ styles