/TaskClimbBeta

The "ToDo" project was made with the React library and TypeScript

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

TaskClimbBeta

Quick Start

The project was built using Vite and the "yarn" package manager

$ git clone https://github.com/IuanPR/TaskClimbBeta.git
$ cd todo_context
$ yarn
$ yarn dev

Or refer to the Vite website

Need to install

  1. react-hook-form
  2. uuidv4
  3. constate
  4. lodash
$ npm i react-hook-form
$ npm i uuidv4
$ npm i constate
$ npm i lodash

Or

$ npm i -S react-hook-form uuidv4 constate lodash

Todo

  • Make responsive design
  • Add backend
  • Place a website on the Internet

For errors

Uncaught Error: Cannot find module 'react'

$ npm install --save react react-dom @types/react @types/react-dom