Skip to content

A 'Reddit'-style front-end news application created with React.js and CSS, using data from my 'backend-news' RESTful API server..

Notifications You must be signed in to change notification settings

bainesface/NCNews-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topical News

A web application delivering interactive Reddit-style news content.

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.

Prerequisites

  • Node.js version 13.10.1

Running locally

  1. Clone the following(this) repository
git clone https://github.com/bainesface/NCNews-fe.git
  1. Navigate into the repository
cd NCNews-fe
  1. Install the required dependences
npm i react reach@router axios
  1. 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.

About

A 'Reddit'-style front-end news application created with React.js and CSS, using data from my 'backend-news' RESTful API server..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published