Makers Academy - Week 11 & 12 Group Project
A tutoring web application built using Ruby on Rails backend with JavaScript frontend, essentially 2 separate applications - frontend, backend. This app allows users to customise profiles and seek out learners and tutors across the globe with similar educational interests.
Demo_trimmed.mov
- Javascript
- React
- Amazon S3
- Axios
- Bootstrap
- Testing - Jest & React testing library
$ git clone https://github.com/jen0828/tutoroom_fe.git
$ cd tutoroom_fe$ npm install
$ npm start # Start the server at localhost:3000$ npm test