Skip to content

Cafe Masa coding challenge, in ReactJS and JavaScript.

Notifications You must be signed in to change notification settings

VasiliiSikora/cafe-masa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cafe Masa Coding challenge

This React application was created for the Cafe Masa challenge.

The application creates a simple website tabular display of data contained in the 'content/Guests.js' file.

Data can be filtered on users with the tag "Allow Marketing", and sorted on the 'Total Visits' and 'Total Spend' fields using simple button toggles.

Building

To build the project, simply run:

git clone https://github.com/alecfn/cafe-masa
npm i
npm start

The application will appear in a browser window with data displayed in the table.

Note: The application was tested in Chrome and Firefox. Other browsers may work, but are untested.

Technology Used

ReactJS
JavaScript (ES6)
React Bootstrap

No additional libraries have been used.

About

Cafe Masa coding challenge, in ReactJS and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • HTML 6.6%
  • CSS 2.9%