Please visit the hosted site here.
Should you choose not to log in, you can navigate around the app and vote on articles or comments. However, in order to fully interact with the site you will need to log in with one of the following usernames :-
- jessjelly
- weegembump
- happyamy2016
- grumpy19
- tickle122
- cooljmessy
Once logged in, the user will be able to add and delete their own articles and comments. Feel free switch between users.
If you would like to view the backend API for this project please find the code here and the hosted version here.
- Node.js version 13.10.1
- Clone the following(this) repository
git clone https://github.com/bainesface/NCNews-fe.git
- Navigate into the repository
cd NCNews-fe
- Install the required dependences
npm i react reach@router axios
- Launch the application locally
npm start
In the terminal you should see a 'Compiled successfully!' message and the react app will open automatically on local host:3000
.