A reddit-style news app built with React, that allows users to read, like and comment on articles.
View the full hosted version here!
To run this project locally, Node.js
is required and will need to be at least v17.7.2
- In your CLI, navigate to a directory and run
git clone https://github.com/tom-ai/fe-nc-news.git
cd
into the newly cloned project and runnpm install
- Run
npm start
to load the project into your browser.
The backend for TH News is built using Express, a framework for creating routing and endpoints. This is a separate project and can be cloned at tom-ai/be-nc-news
Before being hosted, this project was part of a different GitHub repo. To view a larger history of commits on this project, please head to tom-ai/nc-news