ojeffpinheiro01 / task

Aplicação mobile para gerenciamento de tarefas. Projeto desenvolvido durante o curso de React Native, da COD3R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task 📆

Overview   |    Technology   |    How to use   |    How to contribute

Overview 📖

This project aims to create a To-Do application, which allows a list of tasks,

Technology 💻

This project was developed with the following technologies:

Frontend Mobile
Backend

How to use 🔥

Precondition 📌

You should have:

  • NodeJS
  • Package manager (NPM ou Yarn)

Clone this repository 💾

$ git clone https://github.com/ojeffoinheiro/task.git

Go into the repository 📁

$ cd task

Install the dependencies

cd backend && yarn install
cd mobile && yarn install

Running the Server 🌐

Enter on folder

$ cd backend

Run the server

$ yarn start

Run 📱

Enter on folder

$ cd mobile

Run the application (iOS)

$ react-native run-ios --simulator="iPhone XS Max"

Run the application (Android)

$ react-native run-android

How to contribute ⚙️

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

About

Aplicação mobile para gerenciamento de tarefas. Projeto desenvolvido durante o curso de React Native, da COD3R


Languages

Language:JavaScript 74.0%Language:Java 12.6%Language:Objective-C 8.3%Language:Starlark 3.6%Language:Ruby 1.4%