A minimal React starter template with a built-in progress tracking component:
- ⚡️ Vite for blazing fast development
- 📝 Built-in BuildJourney component for tracking progress
- 💾 Automatic localStorage persistence
- 🎨 TailwindCSS styling
- 🔧 ESLint configuration included
- 📱 Mobile-responsive design
- 💫 Modern UI with Lucide icons
# Clone the template
git clone https://github.com/ideabrian/frontend-starter frontend
# Navigate to project
cd your-project-name
# Install dependencies
npm install
# Start development server
npm run devA feature-rich progress tracking component that helps you document your build process:
- ✅ Add, edit, and delete build steps
- 🕒 Real-time timestamp for each step
- ✓ Mark steps as complete/incomplete
- 💾 Automatic persistence to localStorage
- 📱 Fully responsive design
- 🎨 Clean, modern UI with TailwindCSS
- 🔄 Real-time clock display
src/
├── components/ # React components
│ └── BuildJourney # Progress tracking component
├── App.jsx # Main application component
└── main.jsx # Application entry point
- React 18
- Vite 5
- TailwindCSS 3
- Lucide React Icons
- ESLint
- Update
package.jsonwith your project details - Modify
index.htmltitle and meta tags - Replace or modify the BuildJourney component
- Add your own components in
src/components
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Lint code with ESLint
Feel free to submit issues and enhancement requests!
MIT License - feel free to use this template for any project!