An open API service indexing awesome lists of open source software.

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!)

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).