Coder Social home page Coder Social logo

vincentroman / eventbrite-clone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apostolnikov/eventbrite-clone

0.0 2.0 0.0 330 KB

Eventbrite clone app built with Node Express back-end and React Redux on the front-end.

HTML 1.61% TypeScript 65.13% CSS 8.38% JavaScript 24.88%

eventbrite-clone's Introduction

eventbrite-clone

Simple app that resembles the basic functionality of eventbrite.com. Functionalities: sign up/sign in, events feed, search bar with different search criterias for the events feed, favorites events page/favorites events can be stored to user account.

For now the client/server side are separated in different folders. To start the project:

1: run npm install in the two root folders(/client and /server)
2: npm run dev in the /server folder

Client side

Created with React and Redux using static type checking with TypeScript. Events feed and functionality are implemented using the 3rd party ticketmaster API(https://developer.ticketmaster.com/products-and-docs/apis/getting-started/)

Server side

Node, Express and MongoDB for database. The authentication is made with passport's JWT strategy, Google Oauth2 passport strategy is used for the sign in with Google functionality. It also uses bcrypt for storing hashed passwords in the MongoDB database.

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.