Skip to content

aryan-r03/nourishnow-main

Repository files navigation

React Frontend Boilerplate (Vite + Tailwind)

A modern, scalable React application scaffolded for rapid development and long-term maintainability.
Built on Vite for speed, Tailwind CSS for design consistency, and Redux Toolkit for predictable state management.

This is not a demo app. It’s a solid baseline for real products.


Key Highlights

  • React 18 — concurrent rendering–ready
  • Vite — instant dev server, fast builds
  • Redux Toolkit — sane global state management
  • React Router v6 — declarative routing
  • Tailwind CSS — utility-first, responsive by default
  • Framer Motion — smooth, production-grade animations
  • D3.js & Recharts — data visualization support
  • React Hook Form — performant form handling
  • Jest + RTL — testing setup included

Tech Stack

  • React 18
  • Vite
  • Redux Toolkit
  • Tailwind CSS
  • React Router
  • Framer Motion
  • D3.js / Recharts
  • React Hook Form
  • Jest

Project Structure

.
├── public/               # Static assets
├── src/
│   ├── components/       # Reusable UI components
│   ├── pages/            # Route-level pages
│   ├── store/            # Redux store & slices
│   ├── styles/           # Global styles & Tailwind config
│   ├── App.jsx           # App root
│   ├── Routes.jsx        # Route definitions
│   └── main.jsx          # Entry point
├── index.html
├── package.json
├── tailwind.config.js
└── vite.config.js

About

A modern, scalable React application scaffolded for rapid development and long-term maintainability. Built on Vite for speed, Tailwind CSS for design consistency, and Redux Toolkit for predictable state management. This is not a demo app. It’s a solid baseline for real products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors