Skip to content

DendyAR/News-app-front-end

Repository files navigation

NEWS-APP

News Web App Using Next JS & Bootstrap 5, We can post, comment, and like the article and save the article for you !

Back End :

Back End

Requirement

  1. Bootstrap 5 (for library css)
  2. Next JS (for framework React js)
  3. Node JS

Pages

  1. Dashboard
  2. Login
  3. Register
  4. Forgot Password
  5. Articles
  6. etc ( please wait on next update :) )

Screen Shoot

Dekstop Mobile
Dashboard
Desktop Mobile
Dashboard After Login
Desktop2 # Coming Soon #
Login Page
Dekstop # Coming Soon #
Register Page
Dekstop # Coming Soon #
Forgot Password
Dekstop Mobile
Articles
Dekstop Mobile
Profile
Update Profile
Dekstop Mobile

Folder Structure

├── node_modules             
├── public
│   ├── images //storage for image component in UI
├── src
│   ├── components             
│   ├── pages   
│       ├── Private
│       ├── Public
│   ├── Redux   
│       ├── Actions
│       ├── Reducers
│       ├── store.js
│   ├── styles
|   ├── tests  
|   └── App.js
├── styles
│   ├── _activity.scss            
│   ├── _auth.scss
│   ├── _dashboard.scss
│   ├── profile.scss            
│   ├── global.scss
|   ├── sidebar.scss
└── .env