Skip to content

Todo is developed with Vite and React. I built this example to showcase components, event handlers, and useState. It does not store anything in the browser's localStorage.

Notifications You must be signed in to change notification settings

shiroichi28/react-todo

Repository files navigation

Todo

Todo is developed with Vite and React. I built this example to showcase components, event handlers, and useState. It does not store anything in the browser's localStorage.

Tech Stack

Client: React, TailwindCSS

Build Tool: Vite

Installation

Clone the repository

  cd react-todo
  npm install
  npm run dev

Deployment

To deploy this project run

npm install gh-pages --save-dev

In the package.json file add these lines before "build": "vite build",

"predeploy": "npm run build",
"deploy": "gh-pages -d dist",

In the vite.config.js file add this line before plugins: [react()],

base: "/Repository name/",

Go to Terminal

npm run deploy

Other Way by Github Actions

Follow this: https://github.com/sitek94/vite-deploy-demo

About

Todo is developed with Vite and React. I built this example to showcase components, event handlers, and useState. It does not store anything in the browser's localStorage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published