This is a React-based web application designed to manage cards in various sections. The primary goal is to replicate a provided design while incorporating functionalities to move cards between sections seamlessly.
Utilize React to build the provided UI within the given time frame of 2-3 hours. The application should allow users to create cards, move them between sections, and maintain a well-organized codebase. Incorporating relevant npm modules and adding animations where appropriate is encouraged to enhance the user experience.
Development Time Allocation: Allocate 2-3 hours to complete the development. This helps assess efficiency and delivery speed.
- Visual Studio Code
- create-react-app template
- Clone the repository: git clone https://github.com/khanalisha/react-card-manager.git
- Navigate to the project directory: cd react-card-manager
- Install dependencies: npm install
- Start the development server: npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Your app is ready to be deployed!