https://github.com/sanchitbajaj02/machine-coding-nextjs
https://github.com/sanchitbajaj02/machine-coding-nextjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanchitbajaj02/machine-coding-nextjs
- Owner: Sanchitbajaj02
- Created: 2024-11-07T09:51:52.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T18:38:46.000Z (8 months ago)
- Last Synced: 2025-01-16T10:13:59.532Z (5 months ago)
- Language: TypeScript
- Homepage: https://machine-coding-nextjs.vercel.app
- Size: 293 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Coding (Next.js)
This coding rounds contains 3 projects
### Weather & News Dashboard
> Route: /dashboard/weather-news
### Kanban Board
> Route: /dashboard/kanban
### Analytics Dashboard
> Route: /dashboard/analytics
## Setup
Clone the repository using the following command:
```bash
git clone https://github.com/Sanchitbajaj02/machine-coding-nextjs.git
```Install the dependencies using the following command:
```bash
npm install
```## Environment Variables
I have provided a sample `.env.example` file. Make a duplicate of it and rename to `.env.local`. After that, add your API keys in it
> Note: Due to cors issue the weather API works in localhost
Generate your weather api from: [Weather API](https://openweathermap.org/)
## Run the project
Run the development server using the following command:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
To run the project in production run the following command:
```bash
npm run build && npm run start
```For any doubts, DM at [Twitter](https://x.com/solitrix02)