Skip to content

Latest commit

 

History

History
148 lines (93 loc) · 4.58 KB

README.md

File metadata and controls

148 lines (93 loc) · 4.58 KB

LinkUp

- A clone of Meetup -

- Live Link -

About LinkUp

LinkUp is a web application inspired by Meetup.com. It provides a platform for users to link up through groups and events - ultimately making and maintaining relationships, whilst doing the things they love most. Current features allow the user to create and manage their groups and events.

Project Wiki:

Tech Stack

Frameworks, Platforms and Libraries used:

JavaScript Express Redux React HTML5 CSS3 Node.js Webpack

Database

Postgres Sequelize

Hosting:

Render

Future Features:

AWS

Landing Page

You can log-in, signup, and navigate to a page to search groups and events. There is a demo user feature so users do not have to sign up.

Linkup Splash Page

linkup-splash-page

Meetup.com Splash Page

meetup-splash-page

(back to top)

Sign-up

linkup-signup-page

(back to top)

Log-in

linkup-login-page

(back to top)

Group Details

linkup-groupdetails-page

(back to top)

Event Details

linkup-eventdetails-page

(back to top)

Future Features

  • Membership to Groups and Events
  • Create and manage venues
  • Improved group creation feature to match Meetup's multi-page form
  • Calendar feature on user home page to filter upcoming events
  • Add image files instead of image url's and image management
  • A user profile page
  • Functional search bar at the top of the page

(back to top)

Get Started

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

Contact

Jason Allen - jasonallen715@gmail.com

Project link - https://github.com/JAllen2022/API-project

(back to top)