This is a simple React application for managing articles.
This project was bootstrapped with Create React App.
-
Clone the repository:
git clone https://github.com/annkornienko/Article-Management-System
-
Install the project dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and go to http://localhost:3000 to view the app.
- Run the test
npm test
- React - A JavaScript library for building user interfaces.
- React Router - Routing for React applications.
- react-select - Select Input control with multiselect, autocomplete, creatable support
For fetching articles - "https://jsonplaceholder.typicode.com"
- 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.