Skip to content

valeian3/todoapp

Repository files navigation

React Vite Todo application EXAMPLE project

NodeJS React TS Tailwind

A fully functional EXAMPLE project written with React, Vite, TypeScript and Tailwind

This project showcases a modern to-do app built with React, Vite, TypeScript, and Tailwind CSS. It highlights how to create a scalable and efficient application using these cutting-edge technologies. Ideal for learning and reference, this example demonstrates best practices in web development with a focus on performance and design.

  • create your daily todo tasks
  • edit tasks
  • checkmark when completed
  • or simply delete when done

Visuals of the app

Laptop dark theme Laptop light theme
Laptop dark theme Laptop light theme

How to install / setup project

  1. clone this project
  2. make sure to have node and npm installed
  3. navigate to project root and install dependencies via npm install
  4. run project locally by npm run dev
  5. open browser on provided port

For developers

Coming soon...

Find a bug?

Instruction on how to follow up with pull request coming soon...

Known issues (Work in progress)

This project is still ongoing. Project is meant for training and finding best practices for constructing new project.