Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chingu-voyages/v40-geckos-team-14
- Owner: chingu-voyages
- Created: 2022-07-31T13:43:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T13:55:29.000Z (over 2 years ago)
- Last Synced: 2024-11-14T06:46:23.251Z (2 months ago)
- Topics: babel, react
- Language: JavaScript
- Homepage:
- Size: 979 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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-routernpm 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