Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.72 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.72 KB

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


📖 How to Start

# 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

  • Dark mode
  • Responsive layout
  • Basic routing system
  • Data structure basics content

💻 Technologies