https://github.com/akshays-repo/react-ts-poc
The React TypeScript Todo repository is a code repository containing an implementation of a todo list application using the React JavaScript library and TypeScript. The application allows users to add, and delete tasks, as well as view statistics about the todo list, such as the number of tasks completed and the total number of tasks.
https://github.com/akshays-repo/react-ts-poc
Last synced: 30 days ago
JSON representation
The React TypeScript Todo repository is a code repository containing an implementation of a todo list application using the React JavaScript library and TypeScript. The application allows users to add, and delete tasks, as well as view statistics about the todo list, such as the number of tasks completed and the total number of tasks.
- Host: GitHub
- URL: https://github.com/akshays-repo/react-ts-poc
- Owner: akshays-repo
- Created: 2023-05-15T03:38:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T03:43:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T22:49:40.072Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React TypeScript POC using React 18, Vite.js, and Tailwind
This project is a proof-of-concept (POC) project built using React 18, Vite.js, and TailwindCSS. The project uses TypeScript for type-checking and provides a basic setup for building React applications with the latest versions of React and its ecosystem.
## To run in local
```bash
npm run dev
```