Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 React + Vite Todo App

This project uses React and Vite to build a fast, lightweight, and modern Todo application. It includes features like ESLint configuration and a clean component structure.


🚀 Tech Stack

  • React – Front-end library for building user interfaces
  • Vite – Next-generation front-end build tool for fast development and optimized builds
  • ESLint – Linting utility to maintain code quality and consistency

📁 Project Structure

todoappinreact/
├── public/               # Static files
├── src/
│   ├── components/       # Reusable components (e.g., TodoItem, TodoForm)
│   ├── App.jsx           # Main React component
│   ├── main.jsx          # Entry point for Vite
│   └── index.css         # Global styles
├── .eslintrc.cjs         # ESLint configuration
├── .gitignore            # Files to ignore in Git
├── index.html            # Main HTML file
├── package.json          # Project metadata and dependencies
└── vite.config.js        # Vite build configuration

✅ ESLint Setup

This project includes a basic ESLint setup to enforce code standards. To extend it for production-level apps:

Recommended:

👉 Check out the React + TypeScript Vite template for more.


🛠️ Getting Started

1. Install dependencies

npm install

2. Start dev server

npm run dev

3. Build for production

npm run build

📄 License

This project is licensed under the MIT License.

About

A simple React-based Todo App

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages