Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/zuba2033/marvelDB
Browse files Browse the repository at this point in the history
  • Loading branch information
zuba2033 committed Sep 23, 2023
2 parents aab73af + 5ecb6d6 commit 08c6df3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
This is SPA Marvel Portal

Information about characters and comics from Marvel API
By this SPA you can reach information about characters and comics from [Marvel API](https://developer.marvel.com/)

Study project, using HTML, CSS, JS, React
In this project used:

* react
* create-react-app
* react-transition-group, CSSTransition
* formik

Run this project locally!
Just do:

* clone branch `review` with `git clone https://github.com/zuba2033/marvelDB.git` or fork it and then clone it from your forked repo
* `cd marvelDB`
* `npm install`
* `npm start`

0 comments on commit 08c6df3

Please sign in to comment.