Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ideabrian/frontend-starter

Repository files navigation

frontend-starter

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

Quick Start

# 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 dev

Features

BuildJourney Component

A 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

Project Structure

src/
  ├── components/        # React components
  │   └── BuildJourney  # Progress tracking component
  ├── App.jsx           # Main application component
  └── main.jsx         # Application entry point

Tech Stack

  • React 18
  • Vite 5
  • TailwindCSS 3
  • Lucide React Icons
  • ESLint

Customization

  1. Update package.json with your project details
  2. Modify index.html title and meta tags
  3. Replace or modify the BuildJourney component
  4. Add your own components in src/components

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Lint code with ESLint

Contributing

Feel free to submit issues and enhancement requests!

License

MIT License - feel free to use this template for any project!

About

A react starter frontend built with vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published