https://github.com/ksenialf/test-task-following
https://github.com/ksenialf/test-task-following
mockapi-io react react-router
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ksenialf/test-task-following
- Owner: KseniaLF
- Created: 2023-04-22T18:24:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T12:29:33.000Z (about 3 years ago)
- Last Synced: 2025-04-12T06:40:05.280Z (about 1 year ago)
- Topics: mockapi-io, react, react-router
- Language: JavaScript
- Homepage: https://ksenialf.github.io/test-task-following/
- Size: 8.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test task
### Goal: to create tweet cards and add interactivity when you click on a button.
~
This project was created with [Create React App](https://github.com/facebook/create-react-app).
The site has implemented the functionality of subscription per user,
with the ability to store subscription data locally.
Data about users is taken from the created mockapi.io database. Pagination is also implemented.
Created routing using React Router.
Bug: When reloading the page https://ksenialf.github.io/test-task-following/tweets you get a 404 error.
### Use this template:
Clone this repo\
`git clone https://github.com/KseniaLF/test-task-following.git`
Install NPM packages:\
`npm install`
Runs the app in the development mode: \
`npm start`
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.