ace53thntu / test-healthy-web-app

This is a test of Em Dinh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthy web app

This is a Healthy web app used with ReactJS + TailwindCSS + Vite.

What is inside?

This project uses many tools like:

Prerequirements

To run this project, you will need to install NodeJs ^14.18.1 and npm ^6.14.15

Getting started

Install dependencies

cd path-to-project
npm install

Development

npm run dev

And then open http://localhost:3000 to view it in the browser.

Production

npm run build

Folder Structure

test-healthy-web-app
├── node_modules
├── public
└── src
    ├── assets # images, css
    ├── components
        ├── base # components: button, typography
        ├── common # common components
        ├── icons # all svg icons
    ├── configs # all configuration
    ├── data # test data
    ├── layouts # route layouts
    ├── pages # all pages base on route
    ├── utils # utility functions
    ├── App.tsx
    ├── index.css
    ├── main.tsx
├── .browserslistrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── .prettierignore
├── .prettierrc.js
├── index.html
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.js
├── tsconfig.eslint.json
├── tsconfig.json
├── tsconfig.node.json
├── vite.config.ts

TODO

  • Responsive UI
  • Make Record Button component has blend mode like design
  • Typography components

About

This is a test of Em Dinh

License:MIT License


Languages

Language:TypeScript 96.1%Language:JavaScript 1.8%Language:CSS 1.6%Language:HTML 0.5%Language:Shell 0.1%