Skip to content

paul-ilies/TaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskApp Project

Description

This is a full-stack application with a functional login/signup/logout components. The back-end was built with NodeJS, Express, MongoDB and I used dependecies as bcrypt, jsonwebtoken and mongoose. The front-end was built with React and raw CSS. For state management I used Redux.

Instalation

//Main folder
npm install

//Front-end
npm install