Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iwatanikenji/data-structure-page

College project based on a created prototype implemented with React
https://github.com/iwatanikenji/data-structure-page

dark-mode data-structure mui responsive-design utfpr

Last synced: about 1 month ago
JSON representation

College project based on a created prototype implemented with React

Awesome Lists containing this project

README

        

DATA STRUCTURE PAGE

Summary


📙 About

📖 How to Start
💡 Features
💻 Technologies


✔️ Data Structure project finished ✔️

📙 About

Project developed for academic purposes in order to introduce students to data structure discipline content, illustrating with algorithms in C. Most of the code are explained through comments and paragraphs with overview information for each respective implementation.

Originally created and made by Kenji Iwatani


Check website →

---

📖 How to Start

```bash
# Clone this repository
$ git clone https://github.com/iwataniKenji/data-structure-page.git

# Access the project directory
$ cd data-structure-page

# Install dependencies
$ yarn

# Start application
$ yarn start

```

---

💡 Features

- [x] Dark mode
- [x] Responsive layout
- [x] Basic routing system
- [x] Data structure basics content

---

💻 Technologies

- [x] React
- [x] Typescript
- [x] Mui
- [x] Vercel