An open API service indexing awesome lists of open source software.

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.

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

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](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
```