Skip to content

annkornienko/Article-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Management System

This is a simple React application for managing articles.

Getting Started

This project was bootstrapped with Create React App.

Installation

  1. Clone the repository:

    git clone https://github.com/annkornienko/Article-Management-System
    
  2. Install the project dependencies:

    npm install
    

Usage

  1. Start the development server:
    npm start
  2. Open your web browser and go to http://localhost:3000 to view the app.
  3. Run the test
    npm test
    
    

Libraries/Frameworks Used

  • React - A JavaScript library for building user interfaces.
  • React Router - Routing for React applications.
  • react-select - Select Input control with multiselect, autocomplete, creatable support

External APIs

For fetching articles - "https://jsonplaceholder.typicode.com"

Features

  • View a list of articles.
  • Add new articles.
  • Edit existing articles.
  • Delete articles.
  • Sort articles by various criteria.
  • User registration.
  • User login.
  • Access to protected pages for authenticated users.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published