albertoescala / reddit-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Project

Technologies Used

  • NextJS
  • Axios
  • Redux
  • Emotion
  • Jest

Usage

For run the development server:

npm run dev
# or
yarn dev

For run the tests:

yarn test
# or
yarn test:watch

Challenges

To make this challenge even greater, I decided not to use ui libraries like antd or material-ui that give you ready-made components because I want to demonstrate what I can do without depending on design libraries.

In addition to completing the requirements, I decided to add a small login flow.

IMPORTANT NOTE

The login will not work on development. You will need to create a reddit application to get your Client ID and Secret ID.

About


Languages

Language:JavaScript 99.4%Language:Shell 0.6%