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

https://github.com/aniltulebag/todo-app


https://github.com/aniltulebag/todo-app

express mysql nodejs react sql typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Todo App

Full Stack Todo App with TypeScript, React, Node.js, and MySQL

## Tech Stack


TypeScript
React
NodeJS
Express
MySQL
Material UI

## Features

- Task description
- Task date
- Task status
- Task prioritization

## Demo

![Todo App Demo](demo/demo.gif)

## Software to Install

- [MySQL Community Server](https://dev.mysql.com/downloads/mysql/)
- [Git](https://git-scm.com/downloads)
- [NodeJS](https://nodejs.org/en/download/)

## Run Locally

Clone the project

```bash
git clone https://github.com/aniltulebag/todo-app.git
```

Go to the project directory

```bash
cd todo-app
```

Install dependencies

```bash
# client
cd client
npm install

# server
cd server
npm install
```

Start the server

```bash
# client
cd client
npm run start

# server
cd server
npm run dev
```

## License

[MIT](https://choosealicense.com/licenses/mit/)