This Front-End project is my interpretation of an ideal news website. Initially built using Create-React-App and uses React as the choice of framework.
The user will be able to navigate to the homepage that will display all of the most recent articles and sort them by their favourite topics and preferences.
You can click here to view a live hosted version of this project, or conversely follow the setup guide below if you would like to run this project locally.
For this project I used React.js as the main choice of Front-End framework and Tailwind CSS to accelerate the speed of being able to write out functionality and style the components on the fly with Tailwind's utility classes.
In order to install and locally run this project, please run the following in your terminal:
git clone https://github.com/clam119/Northcoders-News.git
After successfully cloning this project, ensure that you are currently inside this directory by typing the following command:
cd Northcoders-News
After ensuring that you are inside the correct directory, you will need to install all of the dependencies that are required to locally run this project with the following comamand:
npm install
Lastly, once you have successfully downloaded the required dependencies, type the following command to run locally:
npm run start
In order to ensure that you are able to run this project without any issues, please ensure that you are running the following versions or later of:
- Node v18.10.0