Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chingu-voyages/v40-geckos-team-14

A chingu team project for V40 Geckos Team 14. Weavestory is a blog where individuals from all over the world share their experience and how they overcame such experiences.
https://github.com/chingu-voyages/v40-geckos-team-14

babel react

Last synced: 2 days ago
JSON representation

A chingu team project for V40 Geckos Team 14. Weavestory is a blog where individuals from all over the world share their experience and how they overcame such experiences.

Awesome Lists containing this project

README

        

# WeaveStory

## Overview
Weave story is a web application that allows users to upload their personal stories/experiences and other users can see these stories, like them and make comments on them. How cool is that 😇

## Features

- Upload user experiences
- View other users experiences
- Login/Sign up

## Running this project locally

To run this project locally, you have to follow these steps below;

Clone the repo

```
git clone https://github.com/Aahil13/v40-geckos-team-14.git
```

install react

```
npx create-react-app appname
```

install the following dependencies

```
npm i react-browser-router

npm install @auth0/auth0-react

npm install react-icons --save
```

start the app

```
npm start
```

## Dev dependencies

- React-DOM
- React
- Auth0

## ToDo List

This project will include the following features

- [ ] Add Profile to users
- [ ] Check negative/abusive words
- [ ] Bookmark story
- [ ] Adding user comments
- [ ] Comment on user stories
- [ ] Edit user experiences