Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omzi committed Oct 30, 2020
1 parent d45d477 commit 92c5606
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,33 @@

</div>
<br>
<h3 align="center">DOCUMENTATION COMING SOON!</h3>

## Stack Overview

### Front-End

- HTML + CSS + JavaScript
- Bootstrap

### Back-End

- [NodeJS](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [Express Handlebars](https://www.npmjs.com/package/express-handlebars) (for tempating)
- [MongoDB](https://www.mongodb.com/)


## Roadmap

- [X] Landing page
- [x] Show top foods and reviews on homepage
- [X] Login with email address
- [X] After logout forward to homepage
- [x] Deploy to Heroku
- [ ] Add featured foods
- [ ] Users' CRUD functionality for admin(s) from dashboard
- [ ] Create custom user avatars based on ID
- [ ] 'Change Password' feature
- [ ] 'Delete Account' feature

<h3 align="center">FULL DOCUMENTATION COMING SOON!</h3>

0 comments on commit 92c5606

Please sign in to comment.