Skip to content

Considerate helps you keep track of the things your friends like and of the occasions when you'd like to give them the perfect gift.

Notifications You must be signed in to change notification settings

nhemerling/considerate-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Considerate Client

This is the client for the Considerate App. Considerate helps you keep track of the things your friends like and of the occasions when you'd like to give them the perfect gift. You can be the thoughtful friend you've always meant to be.

Link to Live App

https://considerate-app.vercel.app/

Where Components Live

  • The pages that each route leads to are found in /src/routes
  • The components are found in /src/components
  • The API service function are found in /src/services
  • The context for the application is found in /src/context
  • The TOKEN_KEY and API_ENDPOINT are found in src/config.js

Screenshots

Registration Page RegistrationPage

Login Page LoginPage

Home Page HomePage

Friends Page FriendsPage

Add Friend Page AddFriendPage

Edit Friend Page EditFriendPage

Setting Up

  • Install dependencies: npm install

Scripts

  • Start the application for development: npm start

  • Compile the application for production build: npm run build

  • Test the application: npm test

About

Considerate helps you keep track of the things your friends like and of the occasions when you'd like to give them the perfect gift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published