Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magnusrodseth/celeritas

A website for categorizing and visualizing data structures and algorithms.
https://github.com/magnusrodseth/celeritas

algorithms data-structures data-visualization nextjs react tailwindcss typescript

Last synced: about 2 months ago
JSON representation

A website for categorizing and visualizing data structures and algorithms.

Awesome Lists containing this project

README

        

# Celeritas: Visualizing Data Structures and Algorithms โšก๏ธ

## Live Demo ๐ŸŽฎ

You can see a live demo of the website by clicking **[here](https://celeritas.vercel.app/)**. Enjoy!

## Snapshot ๐Ÿ“ธ

![Snapshot of Celeritas Landing Page](./demo/landing-page.png)

## Description โœ๏ธ

> Celeritas is a Latin word, translated as "swiftness" or "speed". It is often given as the origin of the symbol c, the universal notation for the speed of light in a vacuum, as popularized in Albert Einstein's famous equation E = mcยฒ.

Celeritas is a website for visualizing data structures and algorithms.

## Developer Information ๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ

Developed by Magnus Rรธdseth, Summer 2021.

## Tech Stack ๐Ÿ› 

- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)

## Running the application โœ…

```shell
# Navigate to celeritas folder on your computer
cd celeritas

# Run application in development mode using yarn
yarn dev

# OR

# Run application in development mode using npm
npm dev
```

Open up your browser. The application should now be running on `localhost:3000`!