GervinFung / periotable

Periotable, The Modern Periodic Table

Home Page:https://periotable.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Periodic Table

Major credit to Evrim Ağacı as most of the data is scraped from periodum

Structure

This project use monorepo with pnpm workspace, the web app and desktop app are in apps respectively

Preview

Home Page

Home

Compounds Page

Compounds

Element Page (too long to show full page)

Element

Error Page

error

Tech Used

Aspect Name
Development Language TypeScipt
Scripting Language TypeScipt
Testing Vitest
Styling Mui Joy
Framework NextJS
Build Automation Tool Make
Dependency Management Pnpm
Continuous Integration GitHub Actions
Desktop Application Tauri

How to build this app?

Make sure you have pnpm and make available in your system

You can install pnpm with npm i -g pnpm, if you have npm in your pc, otherwise, install npm here

For Mac and Linux, make is available, but for Windows, you can install make with choco install make

Environment Variables

Relevant environment variables will be generate when certain commands are ran, such as make build-development and make start-development will product .env with development variables. The same goes for other environment

Rest assured that you can still build an optimised & minimised version of this application without production configuration provided

Make Commands

Below are the listed commands that you can use to build/develop/test this app

  1. Web in apps/web
Command Usage
make start Start the bundled app
make generate Generate the file needed
make start-(development OR testing OR production) Start development with said environment
make build-(development OR testing OR production) Bundle and build the app with said environment
make copy-env-(development OR testing OR production) Copy environment variables to .env
make test Run all test code
make typecheck Run typechecking for source code
make lint Run linter for source and test code
make format-check Run prettier to check source and test code format
make format-write Run prettier to format source and test code
make generate-(web OR desktop)-stuffs To generate web/desktop specific stuffs before building
make generate-images Generate assets before building/development
  1. Desktop in apps/desktop
Command Usage
make build-(production OR development) Bundle and build the app with said environment
make format-check Run prettier to check source and test code format
make format-write Run prettier to format source and test code

You can run the app without setting up the app for demo purpose, the execution (windows/mac/linux) is in apps/desktop/src-tauri/target/release/periotable(.exe?)

But if you want to properly install the app, you must run the setup file as shown in terminal after building it

  1. Mobile in apps/mobile
Command Usage
make build-(production OR development)-android Bundle and build the app with said environment for android
make format-check Run prettier to check source and test code format
make format-write Run prettier to format source and test code

I have not try ios yet, but android should work and be able to compile apk file. Java v17.0.9 is needed to compile it, along with Gradle v8.0.2

Generated files

The data for periodic tables are not committed, if you need it, you let me know, a lot of commands would not work without it. For now you can just raise an issue if you need it

About

Periotable, The Modern Periodic Table

https://periotable.vercel.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 91.4%Language:Makefile 4.4%Language:Swift 2.4%Language:JavaScript 0.9%Language:Ruby 0.6%Language:Rust 0.2%Language:Java 0.1%