GithubHelp home page GithubHelp logo

faminder's Introduction

Faminder - React Native Project

Faminder is a React Native project designed to provide users with a seamless experience in managing their schedule. The application includes essential features such as a login page, register page, home page, and an add event page. Redux is utilized for temporary authentication storage.

Overview:

Currently this app have default email and password for login, you can register your account and login.

Project Structure

The project is organized into distinct directories to facilitate clarity and maintainability:

  • components: This directory holds common and static components crucial for various parts of the application.

  • containers: Three primary files make up this directory:

    1. index.js: Combines container components, connects to the store, and passes data as props to the container.
    2. container.js: Contains the core logic and code for specific functionalities.
    3. store.js: Manages the Redux state data, facilitating communication with the container components.
  • helpers: Essential helper functions are stored in this directory, providing utility across the application.

  • redux: Handles state management using Redux, with separate folders for authentication (sessionReducer) and other state-related functionalities.

  • routes: This directory consists of four files:

    1. index.js: Define public and private routes based on auth.
    2. PublicNavigation.js: Defines routes accessible to all users.
    3. PrivateNavigation.js: Specifies routes accessible only after authentication.
    4. withNavigate.js: Help us to pass the data of useNavigation as props to main container.

Getting Started

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install dependencies using npm install.
  4. Explore the components directory for reusable UI elements.
  5. Review the containers directory for the primary logic and state management of different sections.
  6. Utilize the helpers directory for additional utility functions.
  7. Inspect the redux directory for authentication and other state-related management.
  8. Explore the routes directory to understand the available navigation paths.

Running the Application

Ensure you have the required dependencies and then run:

npx react-native start

You may face some issue when running on different different version, please reach out to me if you face any issue.

Contributing

Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests. Follow the established coding standards and guidelines for a smooth collaboration.

License

This project is licensed under the MIT License.

faminder's People

Contributors

radhakishan404 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.