Skip to content

πŸš€πŸ”§ A modern starter kit for React projects, streamlining the process of building powerful web apps. Crafted to provide developers with a robust foundation for efficient project kickstarts.

License

Notifications You must be signed in to change notification settings

alireza-akbarzadeh/react-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project Logo

Discord Liberapay Donations Liberapay Goal

React Launchpad open-source codebase

Table of Contents

Introduction

React Launchpad is a modern React project starter setup aimed at simplifying the initial setup for React projects. It provides a streamlined starting point with pre-configured tools and dependencies to kickstart your development process.

Getting Started

To get started with this app, follow these steps:

To get started with this app, follow these steps:

  1. Fork & clone the repository:

    git clone https://github.com/<your_username>/react-launchpad.git
  2. Install the dependencies:

    pnpm install
  3. Run the development server:

    pnpm dev
  4. Open http://localhost:3000 with your browser to see the result.

Note

I use Neode for managing application data in this project. Ensure that

πŸ“ƒ Scripts Overview

The following scripts are available in the package.json:

  • dev: Starts the development server with colorized output
  • build: Builds the app for production
  • start: Starts the production server
  • format: Formats the code with Prettier
  • lint: Lints the code using ESLint
  • lint:fix: Automatically fixes linting errors
  • prettier: Checks the code for proper formatting
  • prettier:fix: Automatically fixes formatting issues
  • story: Starts the Storybook server
  • build-story: Builds the Storybook for deployment
  • test: Runs unit and integration tests
  • test:ui: Runs end-to-end tests in headless mode
  • coverage: checking for how many of your code is tested

Roadmap

  • Update documentation for installation & configuration: This is currently a work in progress. Enhancing documentation ensures smoother onboarding for new contributors and users. Focus on clarity, completeness, and providing examples where necessary.\

  • Create a starter app and show how folder structure and explain how the project work: This is currently a work in progress.

  • [] Enhance Testing Coverage: Consider expanding test coverage, especially for critical functionalities. Incorporate unit tests, integration tests, and end-to-end tests to ensure robustness and reliability.

  • [] Streamline Development Workflow: Evaluate the existing development process and tooling. Identify areas where automation can be introduced to streamline repetitive tasks and improve developer productivity.

  • [] Address Technical Debt: Take time to address any accumulated technical debt. Refactor code, resolve code smells, and optimize performance to maintain codebase health and sustainability.

  • [] Community Engagement: Foster community engagement by encouraging contributions, providing clear contribution guidelines, and actively participating in relevant forums or communities related to your project.

  • [] Accessibility and Internationalization: Assess the accessibility and internationalization aspects of your project. Ensure that the application is accessible to users with disabilities and supports multiple languages for a broader user base.

  • [] Performance Optimization: Continuously monitor and optimize application performance. Implement techniques such as code splitting, lazy loading, and caching to enhance user experience and reduce load times.

By following this roadmap and implementing the suggested improvements, you can enhance the overall quality, maintainability, and user satisfaction of your project.

UI

  • Tailwind CSS – Utility-first CSS framework for rapid UI development
  • Shadcn/ui – Re-usable components built using Radix UI and Tailwind CSS
  • Framer Motion – Motion library for React to animate components with ease
  • Lucide – Beautifully simple, pixel-perfect icons
  • next/font – Optimize custom fonts and remove external network requests for improved performance
  • ImageResponse – Generate dynamic Open Graph images at the edge

Hooks and Utilities

  • useIntersectionObserver – React hook to observe when an element enters or leaves the viewport
  • useLocalStorage – Persist data in the browser's local storage
  • useScroll – React hook to observe scroll position (example)
  • nFormatter – Format numbers with suffixes like 1.2k or 1.2M
  • capitalize – Capitalize the first letter of a string
  • truncate – Truncate a string to a specified length
  • use-debounce – Debounce a function call / state update

Code Quality

  • TypeScript – Static type checker for end-to-end typesafety
  • Prettier – Opinionated code formatter for consistent code style
  • ESLint – Pluggable linter for Next.js and TypeScript

Testing app

Mocking api for test perposes with fakerjs and msw.

Run a test like a pro with and vitest ui and react testing library.

Testing Screenshot

Integrate type checking and eslint and commitlint and husky for caching errors in compile time.

πŸš€ Deployment

Easily deploy your React.js app with Vercel by clicking the button below:

Deploy with Vercel

Contributing

The devtools community is possible thanks to thousands of kind volunteers like you. We welcome all contributions to the community and are excited to welcome you aboard.

Recent Contributions:

Alt

Platform, Build, and Deployment Status

The general platform status for all our applications is available at https://react-launchpad.vercel.app/status. The build and deployment status for the code is available in our DevOps Guide.

About

πŸš€πŸ”§ A modern starter kit for React projects, streamlining the process of building powerful web apps. Crafted to provide developers with a robust foundation for efficient project kickstarts.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published