Skip to content

Akarshan24/react-seating-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Seating Manager

JavaScript Style Guide

A seating manager app inspired by the ShowClix Interview Puzzle and built with Create React App & Material UI. You can checkout the my YouTube channel for live coding sessions & details of this project.

To navigate your way through applications built with Create React App & perform common tasks visit the official guide here.

Contributing

If you are interested in contributing to the project then checkout this repo. You will need node (v7.6 or later) & npm installed. You can also use yarn instead of npm. Now start the process with the following:

> git clone https://github.com/JesseRWeigel/react-seating-manager.git
> cd react-seating-chart
> npm install or yarn install
> npm start or yarn start

Not Familiar with Git?

You can just download the .zip file. Extract the contents, then move to the project directory, open your terminal, and use:

> npm install
> npm start

Now Fork the project from here, make your changes and open a Pull Request.

Learning Git

Those who are not yet familiar with Git but want to learn more about how to use it, check out these resources to dive into git workflow -

About

A web app to help create seating charts and assignments.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 7.1%
  • CSS 0.3%