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".
Clone project:
$ git clone https://github.com/Traihel/Hacker-News.git
Install dependencies:
yarn
Launch the application:
yarn start
- React
- TypeScript
- React-Redux
- Redux-Toolkit
- React-Router-Dom
- Axios
- SASS
type: description
The types will be like this:
feat
- - added a new function to the codefix
- - fixed a bug in the codestyle
- - added stylesrefactor
- - refactored somethingtest
- - created a testinfo
- - 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