odragora / test-tree-menu-ts

A simple collapsable tree menu. Created for demo purposes.

Home Page:test-tree-menu-ts.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Tree Menu Frontend

A simple project created for demo purposes.

What lies in the foundation

TypeScript

The app is written in TypeScript.

React

The UI of the app is built with React using Create React App.

SASS

This project uses the modern version of SASS. The naming convention for the classes is a modified version of BEM.

Code Style

The project follows Standard TypeScript style guide with some modifications.

  • No space before function parenthesis.
  • Trailing commas are required in multiline code.
  • Comma member delimiter style for types and interfaces, including the last item
  • Some more

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
The app is ready to be deployed!

See the section about deployment for more information.

About

A simple collapsable tree menu. Created for demo purposes.

test-tree-menu-ts.vercel.app


Languages

Language:TypeScript 56.0%Language:SCSS 31.3%Language:HTML 12.6%