torianne02 / crawford-wedding-frontend

A wedding web-application (front-end) built with React and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawford-Wedding

Welcome to Crawford-Wedding, a Rails API powered Web-app designed with React and Redux. With Crawford-Wedding, the user will be able to RSVP to the wedding, pick a dinner plate, and request a song. The user will be able to see all guests who have RSVP'd. Registry links as well as hotel links are provided via the React frontend. Other wedding details are also available to the user.

Installation and Usage

Clone repository $ git clone git@github.com:torianne02/crawford-wedding-api.git

Change directory by running $ cd crawford-wedding-api.

Then, run the following:

$ bundle install
$ rake db:migrate RAILS_ENV=development
$ rails s -p 3001

Clone repository $ git clone git@github.com:torianne02/crawford-wedding-frontend.git

Change directory by running $ cd crawford-wedding-frontend

Then, run the following:

$ npm install
$ npm start

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/torianne02/crawford-wedding-frontend.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This app is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Crawford-Wedding project's codebases, issue trackers, chat rooms, and mailing lists are expected to follow the code of conduct.

Credits

Project structure developed with create-react-app.

About

A wedding web-application (front-end) built with React and Redux.

License:MIT License


Languages

Language:JavaScript 87.8%Language:CSS 6.8%Language:HTML 5.3%