A simple to do list created using ReactJS

To-do-list

a simple to do list created using ReactJS, React Native, NodeJS and MongoDB, a project designed to learn more about these technologies working together. In this simple project there was no need to use Node or MongoDB, only the cache memory of devices with localstorage on the web and asyncstorage on mobile could be used, however I used it only for the sake of learning.

Technology

This project was developed with the following technologies:

Screenshots

screenshot1 screenshot2

      

Running the application

Prerequisites

  • You must have Node.js installed on your computer
  • Also, you need to have a package manager be it NPM or Yarn.

Running

API
 $ cd server
 ###### Instalando as dependências do projeto.
 $ yarn ## ou npm install
 ###### Inicie a API
 $ yarn start ## ou npm start
Web application
 $ cd web
 ###### Instalando as dependências do projeto.
 $ yarn ## ou npm install
 ###### Inicie a aplicação web
 $ yarn start ## ou npm start
Mobile application
 $ cd mobile
 ###### Instalando as dependências do projeto.
 $ yarn ## ou npm install
 ###### Inicie a aplicação web
 $ yarn start ## ou npm start

 O Expo será aberto, basta digitalizar o qrcode no terminal ou na página que será aberta.
 Você pode installar o aplicativo Expo para testar no celular

Download Details:

Author: NicolasMorenoAlves

Source Code: https://github.com/NicolasMorenoAlves/To-do-list

#reactjs #react #javascript

A simple to do list created using ReactJS
2.65 GEEK