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

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

This project is structured with a Next.js frontend (UI) and a Go backend (API).

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