Northcoders News is a web application built using React.ts. It provides users with a platform to browse articles, view profiles, and interact with a community. Users can log in to access personalized features such as commenting on articles and voting.
- Browse Articles: Navigate through different articles by clicking on their titles.
- View Profiles: Explore user profiles to see their activity and contributions.
- Login: Log in to access additional features such as commenting and voting on articles.
- Interact: Engage with the community by leaving comments on articles and voting for your favorite posts.
Ensure that your system meets the following requirements to use the API:
- Node.js: Version 20.x or higher installed on your machine.
-
Clone the repository:
git clone https://github.com/Mpanasetckiy/nc-news-ts
-
Navigate to the project directory:
cd nc-news
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to the url provided by Vite:
http://localhost:7777
to view the app.