Skip to content

fpelletier-gh/todolist-ui

Repository files navigation

Todolists

An application Designed to help you get organized, achieve your goals and never forget a thing, todolists will help you stay ahead in your lists and notes.. Live preview

Built with typescript, react, vite.js, vitest, react-testing-library, mantine-ui, react-query, react-router, react-hook-form and msw.

The REST api repository: rest-api-todolist

Table of Contents

Requirements

Node js LTS

Assuming you have Node Version Manager installed

$ nvm install --lts

Installation

Development

Clone the repository

$ git clone https://github.com/fpelletier-gh/todolists-ui

Change directory

$ cd todolists-ui

Install Dependency

Install node module

$ npm install

Development Server

Launch the development server

$ npm run dev

Production

Create the production build

$ npm run build

Deployment

Some Deployment options