TASK MANAGEMENT SYSTEM (Frontend) using React CRA
Browser I used: Firefox Developer Edition
- Node version - v16.20.0
- Clone the repository
- Rename .env.example to .env
- Configure .env file (API_TOKEN, API_BASE_URL and etc.)
- Run
npm install
to install all dependencies - Run
npm start
- Browse
http://127.0.0.1:3000