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: 10 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T14:52:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T03:41:21.173Z (about 1 year 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