Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirzaianov/test-marvel
Test Project
https://github.com/mirzaianov/test-marvel
api http react react-router rest
Last synced: about 1 month ago
JSON representation
Test Project
- Host: GitHub
- URL: https://github.com/mirzaianov/test-marvel
- Owner: mirzaianov
- Created: 2024-10-10T16:06:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T13:43:24.000Z (2 months ago)
- Last Synced: 2024-11-08T14:36:37.323Z (2 months ago)
- Topics: api, http, react, react-router, rest
- Language: JavaScript
- Homepage: https://test-marvel.vercel.app
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![MasterHead](./head.gif)
# MARVEL Information Portal
## Description
A test project which allows to get information about heroes from Marvel Comics Universe
### Features
- REST Queries
- Routing
- Pagination### Dependencies
- Vite
- React + React Router + React Helmet
- Formik### Installation
git clone https://github.com/mirzaianov/test-marvel.git
cd test-marvel
npm install### Execution in Development Mode:
npm start
RCA will start:
- frontend server on http://localhost:3000/
## Authors
@mirzaianov
## Version History
- 1.0.0 First Release