Skip to content

AndyKhang404/react-todo-list

Repository files navigation

react-todo-list

Yet another todo list project made with React.

screenshot

This project uses:

  • Vite to quickly setup a fast development environment
  • React for interactive UI
  • Bootstrap (and Bootstrap Icons) for uniform, responsive styling
  • Dexie as a minimalistic wrapper for IndexedDB
  • Typescript as a (subjectively better) superset of Javascript

Install

After cloning this repo, run:

npm install

to install all dependencies of the project.


Build

  • For developing or testing, run:
npm run dev

to enable hot reload.

  • When it's time to build, run:
npm run build

Vite will automatically build and output to dist/ directory. If you want to change the output directory or any build configuration in general, consult Vite config page.


Run

You can use

npm run preview

to preview the built project or (since this is basically a static site) any http server to serve the index.html file in the dist/ directory.

For example, python http.server module:

python -m http.server 8000 --directory dist

to serve the page at localhost, port 8000

About

Yet another todo list project, made with React, Typescript and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors