Ecosyste.ms: Awesome
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: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T14:20:54.000Z (over 2 years ago)
- Last Synced: 2023-03-11T22:51:45.704Z (almost 2 years ago)
- Topics: algorithms, data-structures, data-visualization, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://celeritas.vercel.app/
- Size: 711 KB
- Stars: 0
- Watchers: 1
- 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 ๐ธ
![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`!