Skip to content

lucasportella/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MERN To Do List App

Greetings, this repository contains a fullstack app. You are currently in the master branch, which contains only the README file. To access app files switch to backend or frontend branches.

How to use

This project is deployed, so just go to https://mern-todo-list-frontend.herokuapp.com/ and start creating new tasks! (It takes some seconds to load since i'm using a free service)

If you want to see the API, access https://mern-todo-list-backend.herokuapp.com/

How it was developed

The MERN stack was used to build this app. Which means that mongoDB, Node.js and Express.js was used to build the API, also MSC architecture was adopted.

The user interface was built with React. React hooks and Context API was used as well to control data between React components.

Finally, for deploy, Heroku and MongoDB Atlas were used.

Tests under construction.