Skip to content

dlwsdqdws/REACT-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A REACT APP - Works Exchange Community Web

Contact Information

Name: Lei Lu

Email: lulei@usc.edu

Run Project

git clone https://github.com/dlwsdqdws/REACT-APP.git
cd REACT_APP
npm run start

Demo

Home Page

Trojan

Login Page

Trojan

Detail Page

Trojan

Project Structure

│  App.js                         
│  index.js                       
│  style.js                       
├─store   
|      index.js                  
|      reducer.js                
|
├─common                        
│  |-header                       
│     │  index.js                 
│     │  style.js                 
│     │
│     └─stroe                     
│             actionCreators.js  
│             constants.js       
│             index.js            
│             reducer.js          
│  
│
├─pages                           
│  │
│  ├─home                        
│  │  │  index.js                 
│  │  │  style.js                
│  │  │
│  │  ├─components                
│  │  │      List.js              
│  │  │      Recommed.js         
│  │  │      Topic.js            
│  │  │      Writer.js           
│  │  │
│  │  └─store
│  │          actionCreators.js   
│  │          constains.js        
│  │          index.js            
│  │          reducer.js          
│  │
│  ├─detail                       
│  │  │  index.js                 
│  │  │  loadable.js              
│  │  │  style.js
│  │  │
│  │  └─store
│  │          actionCreators.js
│  │          constains.js
│  │          index.js
│  │          reducer.js
│  │
│  ├─login                        
│  │  │  index.js
│  │  │  style.js
│  │  │
│  │  └─store
│  │          actionCreators.js
│  │          constains.js
│  │          index.js
│  │          reducer.js
│  │
│  └─write                        
│          index.js               
│
└─statics                         
   │  logo.png                    
   │
   └─iconfont