Welcome to the Github Searcher!
Goal: To Develop Github Search APP. Frontend and Backend.
The main goal is for the user to search Github Repositories and Users. Two input fields are added. Input for Search Text and Select box to choose User and Repository.
Tech Stack
- Node JS
- Express JS
- Typescript
- Redis
- Axios
Pre Requistics
- Redis
Start project by below steps
- npm install
- npm start
Used Redis Setex to Store Cached Value with timeout value. https://redis.io/commands/setex
Tech Stack
- React
- Redux
- Typescript
- Redux-Persistent
- Styled-components
- Axios
Pre Requistics
- Run Server
Start project by below steps
- npm install
- npm start
Used Styled-components for CSS.