VladislavDegtyarenko / react-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Todo List App developed using ReactJS, Redux Toolkit and Typescript.

Features

  • simple and intuitive interface
  • fast and responsible
  • nice and clean UI
  • your todos are saved in your browser (via localStorage)

How to use the app?

  1. Open the app
  2. Start adding your first todo
  3. Stay organized and be productive! ;)

How to run it on your local machine?

  1. Download the repository
  2. Go to the repo directory
  3. Open command line / terminal here
  4. Run npm i
  5. Start the development server
  • dev server npm run dev
  • build for production npm run build
  • preview the production build npm run preview

The project is developed/bundled using Vite

Thanks for paying attention to this project. I hope you'll find it useful!

Best regards,

Vladislav Degtyarenko

About


Languages

Language:TypeScript 65.1%Language:SCSS 27.3%Language:CSS 6.2%Language:HTML 1.4%