Skip to content

Bryant16/rememberTheBananas

Repository files navigation

Forks Stargazers Issues LinkedIn LinkedIn LinkedIn LinkedIn


Logo

Remember The Bananas

Need multiple every day organizers in one spot? This application is for you! Remember The Bananas is a full stack web application that gives users the opportunity to organize tasks of all sorts. This personalized organizer gives users the ability to add new lists, as well as add and delete individual tasks. Remember The Bananas comes with a search feature so that you can find just what you are looking for in no time at all. Feel free to check out the live site here.

Built With

Front End

JavaScript Express Pug CSS3 HTML5

Back End

JavaScript Sequelize PostgreSQL

Deployment and Package Management

git npm Heroku

Installation

  1. Clone the repo git clone https://github.com/Bryant16/rememberTheSilk.git
  2. Download backend dependencies cd rememberTheSilk/ && npm install
  3. Setup database in Postgres by creating a user CREATE USER <user_name> WITH PASSWORD '<password>' CREATEDB;
  4. Setup database in Postgres by creating a database CREATE DATABASE <database_name> WITH OWNER <user_you_just_created>;
  5. Create .env file based on the example.env file touch .env
  6. Start the application npm start
  7. Open browser to http://localhost:3000/

Features

1. Easy to navigate splash with the ability to sign up as a new user or login as a demo user prior to signing up to see the functionality of the app in full

2. Add an entirely new list category

3. Add individual tasks to each list

4. Delete individual or multiple tasks at a given time

5. Search all tasks within all lists for easy access to what you are looking for

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published