Web Layout Project for the Doctor Who Series in Spanish ๐๐ฉโ๐ป Undertaken as an exercise to learn and apply React.js and Next.js, this project focuses on creating the website for the iconic Doctor Who series in Spanish. The goal is to master the use of React.js and Next.js technologies while developing a scalable and efficient web layout.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- HTML
- CSS
- React.js
- Next.js
- Styled-components
This project is made with functional components, using Next.js for routing, and it uses next/font
to automatically optimize and load custom Google Fonts.
- Clone this repository.
git clone https://github.com/stef-ania/dr-who
-
Fork the repository.
-
Clone your fork locally.
git clone https://github.com/tuusuario/dr-who.git
- Create a branch for your contributions.
- Make your changes and add some tests!
Testing is very important. Soon they will be added to this project.