AiaRup / f-m3-evaluacion-final-AiaRup

Harry Potter characters search engine🧙

Home Page:http://beta.adalab.es/f-m3-evaluacion-final-AiaRup/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aia Rupsom - fairfax-m3-evaluacion-final

This is an app that I prepared in the final exam on module 3, as part of the ADALAB course for training Front-End developers. This app consists of a web page with a list of Harry Potter characters, where you can filter by the character's name. The characters info is taken from this API.

Quick Start Guide

  1. Download or clone the repository
  2. Install local dependencies with $ npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Structure of the project

The folder structure looks like this:

/
`- _src
   |- components
   |  |- App
   |  |- Filters
   |  |- CharacterList
   |  |- CharacterCard
   |  |- Filters
   |  |- Home
   |- services
   |- data
   |- scss
   |- images

Something is missing?

If you want to contribute to the project, change something that is not working properly or, you would like to offer a new feature, you can open a new issue/pull request.

Thank you for your interest in my project 🤗.

About

Harry Potter characters search engine🧙

http://beta.adalab.es/f-m3-evaluacion-final-AiaRup/.


Languages

Language:JavaScript 59.5%Language:CSS 27.5%Language:HTML 13.0%