Skip to content

lukasshannon/contacts-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts React

A simple mobile-first React application to save and sort contacts using the MERN stack

Server side

  • Database is stored in a cloud server with MongoDB Atlas
  • User input validation is done with express-validator
  • Password encryption is hashed with bcrypt
  • Authentication uses JWT

Client side

  • User interface is based on create-react-app
  • Axios is used for HTTP requests

Installation

To run locally, download repository, install Node dependencies (including dev dependencies) and run npm run dev

About

A simple mobile-first React application for saving and sorting contacts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors