Git Product home page Git Product logo

contact-keeper's Introduction

contact-keeper's People

Contributors

wbvtler avatar

Watchers

James Cloos avatar  avatar

contact-keeper's Issues

Implement user registration and login in UI

Implement auth state and context for persistent login

Add signup and login pages

Connect user authentication to db

Customize navbar for user vs guest (signin,/signup for guest, logout for user)

Hide home page from guests

Set up router and navbar

Set up router

Create navbar component

create about and home pages

create routes to home and about

Add CUD functionality in UI

Create contact CRUD form with ability to:

  • Select a contact to edit
  • View Contact details
  • Update contact details
  • Delete contact
  • Clear contact from form without updating

Set up Contacts in React w/ context and global state

Create context/contact folder w/ files to manage contact context, reducer and state

Create and populate types file

Bring contact state into main app file

Create ContactItem component and display contacts on home page

Express server setup w/ initial routes

Outline initial routes as follows:

Users:

  • POST: Register a user

Auth:

  • GET: Get logged in user
  • POST: Log in user

Contacts:

  • GET: Get all contacts
  • PUT: Update contct
  • POST: Add contact
  • DELETE: Delete contact

Create ability to register new user

  • Use POST to /api/users to register a new user with a name, email and password

  • Use checks to prevent duplicate signups, empty names, invalid email addresses or sub-6 character passwords.

  • Salt and hash password

  • Store new user in MongoDB

Set up react & Concurrently

  • Bring in React frontend w/ create-react-app

  • Bring in Concurrently to run both api and client

  • Remove and clean up unused and pre-populated files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.