https://github.com/avidhanr/todolistapp
todos app using deno (first time deno as backend!)
https://github.com/avidhanr/todolistapp
deno tailwindcss typescript vite-react-typescript
Last synced: about 2 months ago
JSON representation
todos app using deno (first time deno as backend!)
- Host: GitHub
- URL: https://github.com/avidhanr/todolistapp
- Owner: AVidhanR
- Created: 2025-05-24T08:04:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T08:13:45.000Z (about 1 year ago)
- Last Synced: 2025-06-01T20:46:33.610Z (about 1 year ago)
- Topics: deno, tailwindcss, typescript, vite-react-typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List App
A simple todo application built with modern web technologies.
## Frontend
- **Vite** - Build tool
- **React** - UI library
- **TypeScript** - Type safety
- **Tailwind CSS** - Styling
## Backend
- **Deno** - Runtime environment
- **TypeScript** - Server-side language
## Getting Started
To run the application locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/AVidhanR/TodoListApp.git
```
### Frontend
```bash
cd todos-frontend
npm install
npm run dev
```
### Backend
```bash
cd todos-backend
deno run dev
```
Created and maintained by [AVidhanR](https://linkedin.com/in/AVidhanR).