A Family Recipe app used to help relocate family recipes to digital spaces.
A Simple Restaurant Application using React JS, a JavaScript library to make awesome UI , Node JS, Express JS and MongoDB.
This application uses React JS component oriented UI creation paradigm. The components are written in JSX and ES6 style and are combined to get a single build for production purpose using Webpack.
ES6 module creation along with import /export is used. Babel is used to transpile all JSX code to vanilla JavaScript code. To install all the dependecies npm is used.
Back end is implemented using Node JS, Express JS and MongoDB. Atlas, the Cloud version of MongoDB is used.
For UI creation mostly Bootstarp little Css is used .
This is a responsive web application for viewing in both Mobile and Desktop.
- HTML
- CSS/Bootstrap
- JavaScript
- Node.js
- Express.js
- NoSQL/MongoDB
- Mongoose
- React
- Heroku
The application can be viewed live on Heroku here:Hearthlibrary
Open the web browser and typehttp://localhost:3000 in the address bar to load the application To open the app in the local machine follow the below mention steps
- Clone the repository:
git@github.com:hhhhhaaaa/hearthlibrary.git
- Navigate inside the directory:
cd Hearthlibrary
- Install all the necessary dependecies:
npm install
- Run seed
npm run seed
- Start server
npm run start:dev
Above steps will open the app in web browse with http://localhost:3000 Url .
A Simple Restaurant App using React (MongoDB, Express JS, React JS, Node JS) to search recipes.
A view of the dashboard:
This project has been licensed under MIT and thus standard copyright laws applied.
- Douglas Lubaway- Database And API
- Kyle Nance- Routes And Auth
- Nishad Kurup - Components/React
- James Sewere - CSS And Styling