https://github.com/synthetic-borealis/react-around-api-full
The API of "Around the U.S." with authorization and registration handled by the back-end server.
https://github.com/synthetic-borealis/react-around-api-full
Last synced: 4 months ago
JSON representation
The API of "Around the U.S." with authorization and registration handled by the back-end server.
- Host: GitHub
- URL: https://github.com/synthetic-borealis/react-around-api-full
- Owner: synthetic-borealis
- Created: 2021-12-13T14:48:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T10:04:48.000Z (over 2 years ago)
- Last Synced: 2024-12-31T09:18:17.849Z (6 months ago)
- Language: JavaScript
- Size: 6.79 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Around the U.S.
## Table of Contents
* [Overview](#overview)
* [Built With](#built-with)
* [Frontend](#frontend)
* [Backend](#backend)
* [Screenshots](#screenshots)
* [Links](#links)## Overview
Around the U.S. is an image sharing site for travellers, complete with a backend server & user authetication. It is responsive and should display well on different devices and resolutions (including desktop computers, tablets & mobile phones).## Built With
### Frontend
* HTML5
* CSS
* JavaScript
* React.js### Backend
* Node.js
* MongoDB
* Mongoose & other libraries (see backend/package.json for a more detailed list).## Screenshots
![]()
Fig. 1: Main screen (Firefox, P.C.).
![]()
Fig. 2: Login screen (Firefox, P.C.).
![]()
![]()
![]()
Fig. 3: Mobile view (Samsung Internet).## Links
### Project Related
* [Backend Code](https://github.com/synthetic-borealis/react-around-api-full/tree/main/backend)
* [Frontend Code](https://github.com/synthetic-borealis/react-around-api-full/tree/main/frontend)
* [Live Site](https://synthetic-borealis.github.io/react-around-api-full/)