Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koralle/react-portfolio
https://github.com/koralle/react-portfolio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/koralle/react-portfolio
- Owner: koralle
- Created: 2020-01-14T23:29:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:14:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T12:16:06.532Z (about 2 months ago)
- Language: JavaScript
- Size: 8.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Redux-Web-App-koralle
"React-Redux-Web-App-koralle" is a Portfolio with React + Redux.
This is a web application that can freely configure menus in the sidebar.# DEMO
Please access [Demo Page](https://react-redux-web-app-koralle.netlify.com)
# Features
* The side menu has three layers. By clicking the “+” button next to the menu of each layer, a menu of the same layer or a lower layer can be added.
* One page is created on the right side of the main area for each menu, and is displayed when the menu is selected.
* The page in the main area is composed of a title and a main page, and can be edited.
* The main text can be written in markdown when editing. After editing and saving, markdown is rendered in HTML.# Requirement
* NodeJS = v12.13.1
* create-react-app = v3.3.0
* Yarn = 1.12.1
* @redux.js/toolkit = 1.2.1
* react-markdown = 4.3.1
* react-redux = 7.1.3
* @material-ui/core = 4.8.3
* @material-ui/icons = 4.5.1# Installation
With npm command,
```bash
git clone https://github.com/koralle/react-redux-web-app-koralle
cd react-redux-web-app-koralle
npm install
npm start
```or with yarn command,
```bash
git clone https://github.com/koralle/react-redux-web-app-koralle
cd react-redux-web-app-koralle
yarn install
yarn start
```# Usage
With npm command,
```bash
git clone https://github.com/koralle/react-redux-web-app-koralle
npm install
cd react-redux-web-app-koralle
npm start
``````bash
git clone https://github.com/koralle/react-redux-web-app-koralle
cd react-redux-web-app-koralle
yarn start
```