Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluette1/pokedex
https://github.com/bluette1/pokedex
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluette1/pokedex
- Owner: Bluette1
- Created: 2021-04-01T07:51:22.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-02T03:40:20.000Z (over 3 years ago)
- Last Synced: 2024-10-03T15:21:27.847Z (3 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Pokedex
A Typescript example project - coded for learning purposes.![Demo picture](./screenshot.png)
## Built With
- TypeScript
- Express server
- Nodejs[Deployed site](https://bluette1.github.io/Pokedex/)
#### Description
A TypeScript example prject - coded for learning purposes by following this [tutorial](https://www.freecodecamp.org/news/a-practical-guide-to-typescript-how-to-build-a-pokedex-app-using-html-css-and-typescript/).
## Install typescript globally
- Type the following command in the terminal
`npm install -g typescript`## Compiling a *.js file to a *.ts file
- Inside the root directory of the project run
`tsc`
## Run server`yarn install && node server.js`
## Authors
👤 **Marylene Sawyer**
- Github: [@Bluette1](https://github.com/Bluette1)
- Twitter: [@MaryleneSawyer](https://twitter.com/MaryleneSawyer)
- Linkedin: [Marylene Sawyer](https://www.linkedin.com/in/marylene-sawyer-b4ba1295/)# Acknowledgements
- The content in this repository was retrieved from or inspired by the following sites
- [A Practical Guide to TypeScript - How to Build a Pokedex App Using HTML, CSS, and TypeScript](https://www.freecodecamp.org/news/a-practical-guide-to-typescript-how-to-build-a-pokedex-app-using-html-css-and-typescript/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!