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.
- Host: GitHub
- URL: https://github.com/magnusrodseth/celeritas
- Owner: magnusrodseth
- Created: 2021-06-26T08:30:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T14:20:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T08:24:57.659Z (6 months ago)
- Topics: algorithms, data-structures, data-visualization, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://celeritas.vercel.app/
- Size: 711 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 📸

## 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`!