https://github.com/colburncodes/around-the-us
This is a project that showcases a social network where users can share, add, remove, or like photos. This project is made following detailed specifications and Figma.
https://github.com/colburncodes/around-the-us
react react-hooks usecontext
Last synced: 17 days ago
JSON representation
This is a project that showcases a social network where users can share, add, remove, or like photos. This project is made following detailed specifications and Figma.
- Host: GitHub
- URL: https://github.com/colburncodes/around-the-us
- Owner: colburncodes
- Created: 2023-01-26T03:09:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T00:05:00.000Z (about 3 years ago)
- Last Synced: 2026-05-06T13:51:44.897Z (28 days ago)
- Topics: react, react-hooks, usecontext
- Language: JavaScript
- Homepage: https://colburncodes.github.io/around-the-us/
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Around The U.S.
This is a project that showcases a social network where users can share, add, remove, or like photos.
## Badges
[](https://choosealicense.com/licenses/mit/)
## Features
- Add, remove or like photos
- Edit the name and the role of the user
- View the preview of the images
- User validation
## Documentation
[Figma Design](https://www.figma.com/file/ii4xxsJ0ghevUOcssTlHZv/Sprint-3%3A-Around-the-US?node-id=0%3A1)
## Tech Stack
**Client:** React, Context API
## Run Locally
Clone the project
```bash
git clone https://github.com/colburncodes/around-the-us
```
Go to the project directory
```bash
cd around-the-us
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```