hc-b666 / to-do-app

To Do App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do App

I was searching for full-stack side project ideas and found this To Do Web Application. Inspired by it, I started building my own to-do app. This project is currently under development.

Tech Stack

    Frontend
  • TypeScript
  • React
  • Tailwind
    Backend
  • JavaScript
  • Express
  • SQLite3

How to Run it

First, clone the repository to your machine:

git clone https://github.com/hc-b666/to-do-app.git

Run the backend:

cd server
npm install
npm run dev

Run the frontend:

cd client
npm install
npm run dev

Contributing

I am developing this project alone, but I welcome any contributions to optimize or improve it!

About

To Do App

License:MIT License


Languages

Language:TypeScript 68.5%Language:JavaScript 28.8%Language:CSS 2.1%Language:HTML 0.6%