Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rafaelmartins92/pokedex
- Owner: rafaelmartins92
- Created: 2021-04-29T23:24:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T22:39:23.000Z (over 3 years ago)
- Last Synced: 2023-03-07T15:49:26.685Z (almost 2 years ago)
- Topics: html, javascript, react, styled-components
- Language: JavaScript
- Homepage: https://pokky.netlify.app/
- Size: 5.34 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
## :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/