🚀 React 18
🚀 Typescript
🚀 Redux with Redux Toolkit
🚀 Sass
🚀 React Testing Library & Jest for components and redux
🚀 React router 6
🚀 Prettier for code formatting
What you need to run this in local 💻
Prerequisites 📋 You'll need Git and Node.js on your computer.
node@v18 or higher npm@8 or higher git@2 or higher
$ git clone https://github.com/evrenkaraarslan/Example-react-app-with-latest-trends.git
$ cd Example-react-app-with-latest-trends
$ git remote remove origin
$ npm install or npm i
$ npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
TO BE ABLE TO DO API CALLS, TAKE TOKEN FROM https://api.openweathermap.org
Then you should add it to getWeatherUrl function in src/services/url.ts
$ npm test
$ npx prettier --write .
Builds the app for production to the build
folder.\
ENJOY!