Skip to content

c20chin/app-engineering-react-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP0067 App Engineering Website

Using React & NodeJS, the website showcases past student projects, and allows users to signup/login and send proposals. The admin can manage projects and proposals in the admin panel.

🚀 About Me

MSc Computer Science student at UCL, with linguistics and business background. Enjoys developing with frontend and backend tools.

Acknowledgements

Running Tests

To run tests, run the following command

  cd server   # change directory to server
  npm i       # install packages
  npm start   # start server

  cd client   # change directory to client
  npm i       # install packages
  npm start   # start React App
  

About

This is a web application built with React & NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published