This is the frontend project for NC-News website. It is built using React and allows users to view various news articles, read and comment on them.
You can access the live demo of the project here.
The backend for this project is hosted on GitHub. You can find the repository here.
- View a list of news articles
- Click on an article to view its details
- Read comments on articles
- Comment on articles
- Vote on articles and comments
- React
- HTML
- CSS
- Axios (for API requests)
- Clone the repository from GitHub:
- git clone [https://github.com/SoliferNN914/FE-nc-news]
- Navigate to the project directory:
- cd FE-nc-news
- Install dependencies:
- npm install
If you'd like to contribute to this project, feel free to fork the repository and submit pull requests. You can also report any issues or bugs by creating a new issue in the repository.
This project was created as part of the Northcoders bootcamp curriculum. Special thanks to the instructors and mentors for their guidance and support.