Latest Project
Nxt Watch
https://nxtwatchsite.ccbp.techCredentials:
- USERNAME : rahul(API source Provider)
- PASSWORD : rahul@2021
Implemented Nxt Watch application which is a clone for YouTube where users can log in and can see a list of
videos like Trending, Gaming, Saved videos, and also can search videos and view specific video details, and
users can toggle the theme (Light/Dark).
● Implemented Different pages like Login, Home, Trending, Gaming, Saved videos using React
components, props, state, lists, event handlers, form inputs.
● Persisted user login state by keeping jwt token in local storage, Sending it in headers of further API calls
to authorize the user.
● Implemented different routes for Login, Home, Trending, Gaming, Saved videos, Video item details
pages by using React Router components Route, Switch, Link.
Technologies used include:
- React JS
- JS
- CSS
- Bootstrap
- Routing
- REST API Calls
- Local Storage
- JWT Token
- Authorization
- Authentication