Giter VIP home page Giter VIP logo

fwscience-blog-by-miguel-carrero's Introduction

Next.js Test Blog by devMiguelCarrero

This is a custom Blog made with Next.js by devMiguelCarrero with the purpose of accomplish a coding test sent by fwscience. In the future, this will be used as a Next.js blog boilerplate.

Version controls

This application was developed and tested under the following versions

  • Node.js v20.10.0
  • npm v10.2.3
  • git 2.44.0.windows.1

Getting Started

  • First, install the npm components
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  • Then, 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.

Site structure

  • You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
  • This project uses next/font to automatically optimize and load Inter, a custom Google Font.
  • This web application based in Next.js was builded under Atomic design structure combined with Next.js App Routing and has 3 main folders inside /src folder:

./app

  • This folder contains the basic app-routing system of Next.js and contains all the pages used by the application.
  • To create a new page, please follow the standards and best practices of App Router

./components

  • This folder contains the main React components used in this application, it follows and atomic design structure.
  • If you want to create a new component please, locate it in the correct folder depending of the complexity of the mentioned component (Atoms, Molecules or Organism).

./shared

  • This last folder contains the main global styles, assets, utility functions and global types of this application.
  • To add global scss variables, please follow the ./shared/common scss structure.
  • To add global typescript funcions and utilities, please locate it in the folder ./lib.
  • You can create more folders and files inside ./shared if none of the subfolders are not related to te purpose of your code.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

fwscience-blog-by-miguel-carrero's People

Contributors

devmiguelcarrero avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.