Skip to content

Eth3ri0n/Simple-Todo-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Project

This is a simple Todo project made with PHP 8.3.6.

License

MIT

Tech Stack

Client: HTML, CSS, JS, PHP

Server

php -S localhost:port

Run Locally

Clone the project

  git clone https://github.com/Eth3ri0n/Simple-Todo-php.git

Go to the project directory

  cd Simple-Todo-php

Start the server

  php -S localhost:3000