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

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: 4 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`!