/react-todoapp

ToDo App with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

ToDo App

License: MIT

Introduction

ToDo App is a simple web application built with React and TypeScript that allows users to create and manage tasks. The build tool used is Vite. FluentUI and Tachyons are used for component library and styling respectively. This repository contains the source code for the app.

Prerequisites

Before running this project, make sure you have the following software installed on your system:

  • Node.js (v18.14.2 or higher)
  • pnpm (v8.2.0 or higher)

Installation

To get started with the project, you will need to clone this repository and install the dependencies. You can do this by running the following commands in your terminal:

git clone https://github.com/emvk09/react-todoapp.git
cd react-todoapp
pnpm install

Usage

Once you have installed the dependencies, you can run the app locally by running the following command:

pnpm run dev

This will start the development server and open the app in your default browser. You can then use the app to create and manage tasks.

Building

If you want to build the app for production, you can run the following command:

pnpm run build

This will compile the TypeScript code and generate a production-ready build of the app in the dist directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.