Giter Club home page Giter Club logo

language_learning's Introduction

Personal_Dict

personal dictionary app with React Native / Expo

This project is my first projects using React Native, so I tried a lot of library,
It might seem a bit confusing as I don't delete repos I don't use.
I'm thinking of updating the folder structure of the project when I get the chance.
I also plan to fix the code, using ESLint on next update.

Project Features

  • React Navigation
  • React Native Firebase , Authentication, Firestore
  • React Native Config
  • Expo Font, Icons
  • Formik , Yup
  • Popup UI
  • React Native Gestures
  • React Native Modal, Reanimated
  • React Native Gradient, Svg
  • Flip Card
  • Lottie React Native
  • React Native Flash Message

Installation

  1. Install node.js

  2. Install Expo

    npm install --global expo-cli
  3. Clone this repo

  4. Install deps on your template folder

    npm install

    if you get error here, you can use the legacy-peer-deps as parameter

    npm install --legacy-peer-deps
  5. Start the environtment

    expo start

    or

    npx expo start

Auth Flow

Firebase Setup

  • Set up a new firebase project
  • Go to Authentication and under Sign-in Method enable Email/Password
  • Go to Firestore and Create Database with production mode
  • Go to your Database rules and configure permissions (remove : if false in line 5)
  • Fill this firebase config to your config inside ./src/Firebase.js
// You can use .env in here
const firebaseConfig = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
};

and you good to go!

Screens

Login Register Home Screen
Flash Cards Profile Add Word Modal
Word Details Modal Update Word Modal Delete Word Flash

language_learning's People

Contributors

huseyinsoylu avatar

Stargazers

 avatar yarenn avatar

Watchers

 avatar

Forkers

vladn-kps

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.