A very simple visual (read-only) forum written in React
for the final group project of 420-320-DW WEB DEVELOPMENT II
.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server and follow the local url. - Congratulations. You are now running the project.
The components are structured as follows:
App.jsx
├── lib
│ ├── Main.jsx
│ ├── column
│ │ ├── left
│ │ │ ├── LeftColumn.jsx
│ │ │ ├── sub
│ │ │ │ ├── AdminBox.jsx
│ │ │ │ ├── MiscBox.jsx
│ │ ├── middle
│ │ │ ├── MiddleColumn.jsx
│ │ │ ├── sub
│ │ │ │ ├── ChoiceBox.jsx
│ │ │ │ ├── ForumBox.jsx
│ │ │ │ ├── ForumPost.jsx
│ │ ├── right
│ │ │ ├── RightColumn.jsx
│ │ │ ├── sub
│ │ │ │ ├── LoginBox.jsx
│ │ │ │ ├── RegisterBox.jsx
│ │ │ │ ├── UserBox.jsx
- Serhiy Fedurtsya (2135229)
- Shuya Liu (2136141)
- Jack Hannan (2037915)