https://github.com/jkdevcode/pending_tasks_react_ts
https://jkdevcode.github.io/pending_tasks_react_ts/ 🚀
https://github.com/jkdevcode/pending_tasks_react_ts
react typescript
Last synced: about 2 months ago
JSON representation
https://jkdevcode.github.io/pending_tasks_react_ts/ 🚀
- Host: GitHub
- URL: https://github.com/jkdevcode/pending_tasks_react_ts
- Owner: jkdevcode
- Created: 2024-11-04T22:40:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T21:08:57.000Z (over 1 year ago)
- Last Synced: 2025-02-15T18:24:42.819Z (over 1 year ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Project with TypeScript ✍🏻
This is a small to-do list project built with **React** and **TypeScript**. It allows users to add and delete tasks, providing a simple interface to manage daily activities.
## Getting Started
### Prerequisites
To run this project, make sure you have **Node.js** and **npm** (or **yarn**) installed.
### Installation
First, run the development server:
```bash
npm install
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
This will start the project at http://localhost:5173/
You can start editing the page by modifying `componets/App.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about the technologies used in this project, take a look at the following resources:
- [React Documentation](https://react.dev/learn) - learn about React and its features.
- [TypeScript Documentation](https://www.typescriptlang.org/docs/) - learn more about TypeScript, a typed superset of JavaScript.
You can check out [the microsoft / TypeScript GitHub repository ](https://github.com/microsoft/TypeScript) - your feedback and contributions are welcome!
## Deploying to GitHub Pages
You can deploy this project to [GitHub Pages](https://pages.github.com/), which is a free hosting service provided by GitHub for static websites.
For more information on deploying to GitHub Pages, see [gh-pages](https://github.com/gitname/react-gh-pages).