Giter Club home page Giter Club logo

expo-react-redux-boilerplate's Introduction

logo

Expo-React-Redux-Boilerplate DEVELOPMENT IN PROGRESS

This boilerplate provides a robust starting point for building mobile applications using Expo, React Native, Redux for state management, Tailwind CSS for styling, and TypeScript. It's designed to help developers jumpstart their project with a well-structured, scalable, and easily maintainable codebase.

Screenshots

Features

  • Expo SDK: Utilizes the latest Expo SDK to manage the native code easily and to access the Expo ecosystem for rapid development.
  • React Native: Builds upon React Native for developing cross-platform mobile applications with native-like performance.
  • Redux: Implements Redux for efficient and predictable state management, along with Redux Toolkit to simplify Redux-related logic.
  • Tailwind CSS: Incorporates Tailwind CSS for styling, enabling utility-first CSS directly in your JavaScript.
  • TypeScript: Uses TypeScript for static type checking, enhancing code quality and maintainability.
  • React Navigation: Integrated with React Navigation for routing and navigation in the app.
  • Prettier & ESLint: Pre-configured with Prettier and ESLint for consistent code formatting and linting, following best practices.
  • Axios: Includes Axios for making HTTP requests, with a pre-configured instance for easy API integration.
  • i18next: Supports i18next for internationalization and localization of the app.

Roadmap

  • Initial setup with Expo, React Native, Redux, Tailwind CSS, and TypeScript.
  • Implement authentication flow with Redux.
  • Add Axios for making HTTP requests.
  • Integrate i18next for internationalization and localization.
  • Support dark mode and light mode themes.
  • Add form validation with Formik and Yup.
  • Implement unit tests with Jest and React Testing Library.
  • Support for web and desktop platforms.

Getting Started

Follow these instructions to set up the project locally. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js (LTS version)

  • npm or Yarn

  • Expo CLI

    npm install --global expo-cli

Installation

  1. Clone the repository:

    git clone https://github.com/kuraykaraaslan/expo-react-redux-boilerplate.git
  2. Navigate to the project directory:

     cd expo-react-redux-boilerplate
  3. Install the dependencies:

    npm install
  4. Start the development server:

     npm start
  5. Open the Expo Go app on your mobile device and scan the QR code to view the app.

Usage

The project structure is designed to be as simple and scalable as possible. Here's an overview of the project structure:

  • actions: Contains Axios instance and Redux actions.
  • assets: Includes images, fonts, and other static assets.
  • components: Contains reusable components that are used across the app.
  • constants: Includes constant values used throughout the app.
  • libs: Contains utility functions and helper classes.
  • types: Includes TypeScript types and interfaces.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

expo-react-redux-boilerplate's People

Contributors

kuraykaraaslan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.