Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1000 Bytes

README.md

File metadata and controls

62 lines (41 loc) · 1000 Bytes

Hacker News

gh-pages - https://Traigel.github.io/Hacker-News

Hacker News is a social news site with a focus on computer science and entrepreneurship. In general, content that can be presented is defined as "anything that satisfies intellectual curiosity".


Launch of the project

Clone project:

$ git clone https://github.com/Traihel/Hacker-News.git

Install dependencies:

yarn

Launch the application:

yarn start

Technologies:

  • React
  • TypeScript
  • React-Redux
  • Redux-Toolkit
  • React-Router-Dom
  • Axios
  • SASS

GitHub commits

type: description

The types will be like this:

  • feat - - added a new function to the code
  • fix - - fixed a bug in the code
  • style - - added styles
  • refactor - - refactored something
  • test - - created a test
  • info - - commit to check something, unimportant changes that do not affect the project

EXAMPLE:

test: create unit test for profile reducer

style: change styles for login component