Skip to content

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

Notifications You must be signed in to change notification settings

ojeffpinheiro01/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published