- This project is based on Bootstrap Mooc by Coursera.
- It uses bootstrap classes to make the page responsive.
- It has a modal form to reserve a table.
- The project contains 4 pages upto which 3 are full developed and working. The fourth menu page is still in development and would be ready soon.
- The four pages consist of Home, About, Contact, Menu.
- The home page uses bootstrap classes to make the site responsive.
- The home page uses jquery to make a caraousel.
- Font awesome is used to make the logos of brand icons.
- Collasping navbar and cards to improve the user experience.
- In the about us page cards, blockquotes and tables are used.
- In the contact us page a form is made so that one can send feedback and getting in touch with the customer.
- Clone the repo in your system.
git clone https://github.com/thedeveloperhere/conFusion.git
- Move to the directory of folder and use the command to install all the node modules required by the ptoject.
npm i
- Use the command to run project.
npm start