learnetto / eventlite-frontend

Frontend Eventlite app for Learnetto React on Rails course

Home Page:https://learnetto.com/users/hrishio/courses/react-rails-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eventlite Frontend React App

This is an Eventbrite clone, built as part of The Complete React on Rails course and book on Learnetto by Hrishi Mittal.

This app provides the frontend user interface for the Eventlite Backend Rails API.

How to run

First, install all the packages:

$ yarn

Start the Rails server (from the backend repository) on port 3000.

Then start this frontend app by running:

$ yarn start

Runs the app in the development mode on port 3001.
Open http://localhost:3001 to view it in the browser.

Branches for course modules (book chapters)

Each course module (book chapter) has its own branch:

Module 5 - USING REACT WITH A RAILS API

Module 6 - REACT ROUTER

Module 7 - REACT HOOKS

Module 8 - STYLING REACT APPS WITH BOOTSTRAP

Module 8 - STYLING REACT APPS WITH MATERIAL UI

Module 9 - TESTING REACT APPS

About

Frontend Eventlite app for Learnetto React on Rails course

https://learnetto.com/users/hrishio/courses/react-rails-course


Languages

Language:JavaScript 90.4%Language:HTML 5.2%Language:CSS 4.4%