Back to projects
Pokebuild
Dann Dieulouard / September 26, 2024
This is a pokemon fan-based website built with React.
Features
- Resistance types: A list of pokemons resisting to the following type.
- Generation: A list of pokemons by generation.
- Random team: A 6-pokemon-team randomly generated.
- Pokemon by type: Lists of pokemons by type.
- Pokemon Finder: Search bar allowing you to look for your desired pokemon.
- Types: A list of all pokemon types.
- Responsive Design: The website is responsive and works on all devices.
Technologies
- React.js: A JavaScript library for building fast, interactive, and reusable user interfaces efficiently.
- CSS: A stylesheet language used to design and control the layout, style, and appearance of websites.
- Vercel: A cloud platform for static sites and serverless functions.
Getting Started
To get started with this project, you can clone the repository and install the dependencies:
git clone
cd pokebuild
npm install
Once the dependencies are installed, you can run the development server:
npm run dev
The development server will start at http://localhost:3000
.
Deployment
To deploy this project, you can use Vercel. You can link your GitHub repository to Vercel and deploy the project with a single click.
Conclusion
This pokemon fan-based website is a great example of how you can use React to build a modern website with dynamic content.