Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 554 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 554 Bytes

This is Blog Project coded by Tobbies (Dang Phat Nguyen) with in 2 days for coding test. So there are:

  • Missing features
  • Bad design
  • Bad optimization

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Search function

  • First, fill keyword into search bar
  • Then click the search icon, "onEnter" event is not handled!

!!!THIS PROJECT INCLUDES APIKEYS, SECRETKEYS, ENV FILE, ... FOR TESTING REASON.