How to Launch the Frontend Project:
- First, make sure the backend is running, for that, go to the README.md on the backend project, finish that first, then come back to finish the steps here.
- Secondly, run 'npm install' to install the dependencies in the local node_modules folder.
- Lastly, run 'npm statrt' to start running the frontend on 'http://localhost:3000/'
- type in 'http://localhost:3000/' in browser, this should show up our project that you can navigate through.