yoshixmk / hiiter

Create the training menu like HIIT

Home Page:hiiter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hiiter

Create the training menu like HIIT

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

Dirctory structure

src
├── __tests__    # testing code
├── components   # components in pages(feature based)
├── hooks        # custom hooks
├── domains      # domain models and logics
│    └── const   # constant valiable
├── pages        # page for Nuxt
│    └── api     # api on Nuxt
├── public       # public resources
├── store        # store context and provider
└── styles       # styled css

Fix code

Do formarting and lintting.

$ npm run fix

About

Create the training menu like HIIT

hiiter.vercel.app

License:MIT License


Languages

Language:TypeScript 81.7%Language:CSS 15.5%Language:JavaScript 2.8%