Skip to content

chingu-voyages/v44-tier3-team-44

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What Happens

This project is an app that shows news articles based on your chosen category and country

🤝 Our Team

🚀 Tech stack

⚙️ Deployment

📚 Project Structure

.
├── README.md
├── netlify.toml
├── package-lock.json
└── what-happens-app
    ├── dataProcessing.js
    ├── package-lock.json
    ├── package.json
    ├── public
    │   ├── Icon-512.png
    │   ├── apple-touch-icon.png
    │   ├── favicon.ico
    │   ├── index.html
    │   ├── manifest.json
    │   └── robots.txt
    ├── server.js
    └── src
        ├── App.css
        ├── App.js
        ├── App.test.js
        ├── Components
        │   ├── CategoryFilter.js
        │   ├── CountryFilter.js
        │   ├── Footer.js
        │   └── NewsArticle.js
        ├── index.css
        ├── index.js
        └── logo.svg

💻 Running the project

Clone the project to your local machine.

git clone [email protected]:chingu-voyages/v44-tier3-team-44.git

And use the "cd" command to change the directory to the location where the "what-happens-app" is located.

cd what-happens-app

Run npm install to install all the dependencies.

npm install

This will install all of the dependencies required for this to run smoothly.

After the dependencies have been installed, run npm run start:frontend to start the project.

npm run start:frontend   

🎨 UI/UX Design

截圖 2023-06-18 下午7 46 38

🌍 Website

homepage

🫶 Special Thanks

Chingu and Codebar for bringing this team together!

About

"What Happens" is an app that shows news articles based on your chosen category and country | Voyage-44 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published