Skip to content

gdcho/algo_v

Repository files navigation

Table of Contents
  1. Technology used
  2. Getting started
  3. File Contents of folder
  4. Learn More
  5. References

Logo

Algo Visualizer

Algo Visualizer is a collection of sorting algorithms, complete with visualizations, designed to help learn and practice algorithms.
Explore the docs Β»

See Project Β· Report Bug Β· Request Feature

Technology used

TypeScript Badge Next.js Badge PostCSS Badge React Badge Redux Badge Redux-Saga Badge

Getting Started

  1. Clone the repo

    git clone https://github.com/gdcho/algo_v
  2. Install NPM packages

    npm install
  3. Build and Run the server

     npm run build
     npm run dev
     # or
     yarn build
     yarn dev
     # or
     pnpm build
     pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

File Contents of folder

πŸ“¦
β”œβ”€β”€ README.md
β”œβ”€β”€ app
β”‚Β Β  β”œβ”€β”€ components
β”‚Β Β  β”œβ”€β”€ favicon.ico
β”‚Β Β  β”œβ”€β”€ lib
β”‚Β Β  └── redux
β”œβ”€β”€ next-env.d.ts
β”œβ”€β”€ next.config.js
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ pages
β”‚Β Β  β”œβ”€β”€ _app.tsx
β”‚Β Β  β”œβ”€β”€ _document.tsx
β”‚Β Β  └── index.tsx
β”œβ”€β”€ postcss.config.js
β”œβ”€β”€ public
β”‚Β Β  └── images
β”œβ”€β”€ styles
β”‚Β Β  └── globals.css
β”œβ”€β”€ tailwind.config.ts
└── tsconfig.json

Learn More

To learn more about Next.js, take a look at the following resources:

To learn more about Redux, take a look at the following resources:

To learn more about Redux-Saga, take a look at the following resources:

References

NextJS Β· Redux Β· Redux-Saga Β· Sorting Algorithms

About

A collection of sorting algorithms, complete with visualizations, designed to help learn and practice algorithms. πŸ“Š

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published