An App to showcase the usage of the following tech stack:
- React 18
- React Router DOM 6
- Emotion 11
- Local Storage
And and an attempt to implement Clean Code Architecture (Far from perfect, but in progres) on a front end app.
- Go to directory
- Run
echo "ESLINT_NO_DEV_ERRORS=true\nREACT_APP_API_KEY=YOUR_API_KEY" > .env
(subtituteYOUR_API_KEY
with your API key from https://newsapi.org/) - Run
npm install
- Run
npm run start
on terminal