Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menzenski/campsite-review-app
Express.js web app where users can add and comment on campsites.
https://github.com/menzenski/campsite-review-app
Last synced: 18 days ago
JSON representation
Express.js web app where users can add and comment on campsites.
- Host: GitHub
- URL: https://github.com/menzenski/campsite-review-app
- Owner: menzenski
- License: mit
- Created: 2016-02-24T19:22:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T20:35:21.000Z (almost 9 years ago)
- Last Synced: 2023-08-11T14:13:27.102Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://fourbears.herokuapp.com/
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FourBears Campground Reviews
This repository contains the HTML, CSS, and Javascript (Express/Node.js)
source code for a web app, FourBears, which allows people to leave reviews
of campsites.All images in this repository are in the public domain (and thus do not
require attribution).**This app is a work in progress.**
## Screenshots
### Landing page
![screenshot: landing page](images/landing.png)
### Index page
![screenshot: index page](images/index.png)
### Registration page
![screenshot: registration page](images/register.png)
### Detail page
![screenshot: detail page](images/show.png)
### Detail page, logged in
![screenshot: detail page, logged in](images/show_loggedin.png)