Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.38 KB

🔴 PokeDex

licence mit #30Days30Projects

This is a project of a Pokedex, that i've made to study Consume of API and NextJS. 😀 This project was made as a part of #30Days30Projects Challenge, created by @florinpop17, that consists in: create a project per day along 30 days. 🤓

Technologies i've used in this project

How can you see the project?

I've deployed this project on Vercel(The company that have created NextJS), and you can see a live preview here: Live Preview

If you want to study with this project, here are steps:

Use git clone on terminal to have this project on your machine

Run cd to open the folder of project

Run npm install inside the folder to install the dependencies of this project.

Run npm run dev to run development server of this project on your machine

Just it! Now you can access this project by: localhost:3000 on your browser.