Skip to content
forked from SE701-T5/Frontend

This repo will be linked to Netlify for ease of deployment and code review

License

Notifications You must be signed in to change notification settings

Tvo465/Frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

What does this project do?

This is the frontend repository for our student forum application. This means the codebase will contain only React components and API calls to the backend server repo. If you want to contribute to the backend of our student forum, please request access to the "Backend" repo in the organisation if you dont have read access already.

The frontend will be hooked to Netlify for continuous deployment on the main branch. This also means that all pull requests made will have a nice preview of the changes by viewing the Netlify link.

How do I get started?

Pre-requisites

Contribute

Refer to CONTRIBUTING.md.

Install

Inside the project, to install dependencies

npm install

Test

Inside the project, to run automated testing

npm test

Run

Inside the project, to run in development mode

npm start

View browser in development mode

http://localhost:3000/

Deployment

Frontend repo's main branch will be automatically deployed to Netlify.

Frontend Contributors:

  • Christopher Alba
  • Hyung
  • Trinh Vo
  • Xiaoqi
  • Yu Chen

About

This repo will be linked to Netlify for ease of deployment and code review

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 84.6%
  • CSS 12.1%
  • HTML 3.3%