nabc / roomvu-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test project

This is a test project written in React/Typescript. It's a recreation of this weblog.

How to install and run

Clone the repository and open projects folder in a terminal.

Purpose Command
Installing dependencies yarn or npm install
Running project locally yarn dev or npm run dev
Build for production yarn build or npm run build
Locally preview production build yarn preview or npm run preview

Libraries

Here is list of libraries used in this project.

Link Usage
ViteJs Bundler
react-query Api state management
axios HTTP client
date-fns Date utility
react-redux App state management
react-router-dom Routing
styled-components Styling components

About


Languages

Language:TypeScript 94.1%Language:HTML 2.9%Language:CSS 2.8%Language:Shell 0.2%