Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.22 KB

Conference schedule

The react app allows

  • users to view available talks,
  • logged-in users to add talks to their schedule,
  • logged-in users to remove talks from their schedule,
  • logged-in users to view their schedule.

The app also uses a Rails API found here that stores the data of the users, talks, and schedules.

screenshot

screenshot

Additional description about the project and its features.

Built With

  • React
  • Redux
  • Rails
  • RSpec

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

  • Clone the project to your local directory

  • git clone git@github.com:fatymahmed/conference-schedule-frontend.git

  • Run npm install to install the required dependencies

  • Run npm run start

Authors

👤 Fatima Ahmed

Acknowledgments