Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmartins92/pokedex

📝 This application was developed during a frontend challenge
https://github.com/rafaelmartins92/pokedex

html javascript react styled-components

Last synced: about 1 month ago
JSON representation

📝 This application was developed during a frontend challenge

Awesome Lists containing this project

README

        


Logo




Made By


Languages

Top Language

Repo Size

Last Commit


Pokky: The best Pokedex



This is a frontend challenge to see how good are the developer skills.


The test consists in create a full application (back-end and front-end) to list pokemons from the api. The application needs to have a page to create new pokemons, a login page and a registration page.

This application is being devoloped with Node.js and React JS.

For the Design I've decided to use Figma.


Technologies   |   
Check it Out   |   
Layout   |   
How to Use   |   
How to Contribute   |   
License


Home
List

## :rocket: Technologies

This project was developed with the following technologies:

- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [React JS](https://pt-br.reactjs.org/)
- [Styled-Components](https://styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]

## :eyes: Check it Out

You can try it here:

- [Pokky](https://pokky.netlify.app/)

## :art: Layout

You can check the layout here:

- [Figma](https://www.figma.com/file/qxMszguFf48SdT4Fqik3bf/Pokky?node-id=0%3A1)

## :information_source: How to use

To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/rafaelmartins92/pokedex.git

# Go into the repository
$ cd pokedex

# Go into the client folder
$ cd client

# Install dependencies
$ npm install

# Run the application
$ npm start

# You can now view client in the browser
# On local: http://localhost:3000
```

## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/rafaelmartins92/pokedex/blob/master/LICENSE) for more information.

---


Made with ♥ by Rafael Martins 👋 Get in touch!

[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
[demo]: https://pokedex-rafaelmartins.netlify.app/