This repository contains the front end part of "NewsExplorer" project that features user authorization, user registration and handles articles and users.
- Endpoint of the API: https://news-explorer-cc5g.onrender.com
- Endpoint for the live project: https://newsexplorer23.netlify.app/
This is a project that showcases a news explorer application where users can search news from a public API and save them in their profiles. This project is made following detailed specifications and Figma.
This application contains hover effects, links and transitions effects. Main functionality:
- Search news
- Save or remove news articles from the user profile
- Articles administration panel
- User authentication
git clone repository_url
— to clone the repository locally.
npm install
— to install all the dependencies.
npm run start
— to launch the application.