Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iwatanikenji/data-structure-page
- Owner: iwataniKenji
- Created: 2023-05-15T21:35:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-02T14:52:14.000Z (over 1 year ago)
- Last Synced: 2024-11-05T15:13:09.815Z (3 months ago)
- Topics: dark-mode, data-structure, mui, responsive-design, utfpr
- Language: TypeScript
- Homepage: https://kenji-data-structure-page.vercel.app
- Size: 970 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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