All Projects → LauraBeatris → pokedex-nextjs

LauraBeatris / pokedex-nextjs

Licence: other
Get to know the different render methods that the Next.js framework provides by exploring Pokemons

Programming Languages

typescript
32286 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pokedex-nextjs

awesome-astro
Curated resources on building sites with Astro, a brand new way to build static and server rendered sites, with cross-framework components, styling and reactive store support.
Stars: ✭ 210 (+438.46%)
Mutual labels:  static-site-generator, static-site, server-side-rendering
Jekyll Doc Theme
Jekyll theme for creating project documentation websites
Stars: ✭ 203 (+420.51%)
Mutual labels:  static-site-generator, static-site
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+5535.9%)
Mutual labels:  static-site-generator, static-site
nene
Nēnē: A no-frills static site generator
Stars: ✭ 22 (-43.59%)
Mutual labels:  static-site-generator, static-site
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (+348.72%)
Mutual labels:  static-site-generator, static-site
Nikola
A static website and blog generator
Stars: ✭ 2,221 (+5594.87%)
Mutual labels:  static-site-generator, static-site
Elegant
Best theme for Pelican Static Blog Generator
Stars: ✭ 241 (+517.95%)
Mutual labels:  static-site-generator, static-site
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+256.41%)
Mutual labels:  static-site-generator, static-site
next-plugin-antd
A @zeit/next-less patch with full support for Ant Design, Less and CSS modules
Stars: ✭ 27 (-30.77%)
Mutual labels:  less, ant-design
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+46.15%)
Mutual labels:  static-site-generator, static-site
vscode-front-matter
Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
Stars: ✭ 962 (+2366.67%)
Mutual labels:  static-site-generator, static-site
Hugs
🤗 A super simple starting point for Hugo websites.
Stars: ✭ 162 (+315.38%)
Mutual labels:  static-site-generator, static-site
Pendulum
A simple markdown editor for static files (Hugo, Nexo, Jekyll, MkDocs, ...)
Stars: ✭ 157 (+302.56%)
Mutual labels:  static-site-generator, static-site
Gatsby Docker
Develop & Build GatsbyJS static sites within Docker.
Stars: ✭ 184 (+371.79%)
Mutual labels:  static-site-generator, static-site
Gatsby Starter Try Ghost
Publish flaring fast blogs with Gatsby and Ghost
Stars: ✭ 137 (+251.28%)
Mutual labels:  static-site-generator, static-site
Peco
nothing here, move on..
Stars: ✭ 213 (+446.15%)
Mutual labels:  static-site-generator, static-site
readme-in-static-site
💎 Transform and insert your GitHub readme in your static site.
Stars: ✭ 24 (-38.46%)
Mutual labels:  static-site-generator, static-site
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+4387.18%)
Mutual labels:  static-site-generator, static-site
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+243.59%)
Mutual labels:  static-site-generator, static-site
Statiq.framework
A flexible and extensible static content generation framework for .NET.
Stars: ✭ 251 (+543.59%)
Mutual labels:  static-site-generator, static-site

Pokedex

Explore pokemons with different renders options that a NextJS application provides

Author Languages Stars Forks Contributors

Check out the live version of the SSG application

📌 Table of Contents

🚀 Features

  • Explore pokemons
  • Search pokemons by name
  • See the abilities and damage level of pokemons in the details page

🎯 Goals

The goal of this project is to explore the different render methods that the NextJS framework provides, such as:

👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

  git clone https://github.com/LauraBeatris/pokedex-nextjs.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

  git clone [email protected]:LauraBeatris/pokedex-nextjs.git

Install dependencies

  yarn install

🏃 Getting Started

Run the following command in order to start the application in a development environment:

  yarn dev

📮 Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are NextJS + Ant Design + Framer Motion

🐛 Issues

Feel free to file a new issue with a respective title and description on the Pokedex NextJS repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].