Skip to content

Some fun math visualizations using NextJS and Go

Notifications You must be signed in to change notification settings

itsdaiego/mathgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mathgraph

Lean by math by visualizating it!

image

Running the UI

  1. Navigate to the ui folder:

    cd frontend
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    

The UI will be available at http://localhost:3000.

Running the API

  1. Navigate to the backend folder:

    cd backend
    
  2. Run the Go application:

    go run .
    

About

Some fun math visualizations using NextJS and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages