FocusChum is not just another productivity app β it's your ultimate companion for tackling tasks one at a time.
Focus Chum encourages a simplified approach by allowing you to concentrate on completing one task at a time. Built on React, FocusChum utilizes a robust, component-based architecture for a user-friendly and efficient experience.
π FocusChum App Website π
https://focus-chum.netlify.app/
π V1.0 Highlights
- Tackle one task at a time for enhanced focus
- Streamlined interface to eliminate overwhelm
- Stay on track and achieve success seamlessly
- ReactJS
- Vite
- Tailwind CSS
- Hero Icons
- JS Confetti
- Open your terminal.
- Navigate to the directory where you want to create your Focus Chum App.
- Run the following commands to create a new React app with Vite:
npx create-vite focus-chum-app --template react
- Change into the project directory:
cd focus-chum-app
- Install Tailwind CSS and Hero Icons using npm:
npm install tailwindcss heroicons
- Create a Tailwind CSS configuration file:
npx tailwindcss init -p
- Import Tailwind CSS in your main styles file (e.g., src/styles/index.css):
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
- Install JS Confetti using npm:
npm install js-confetti
In the terminal of Visual Studio Code, run the following command to start the development server:
npm start
This will open your Focus Chum App in a new browser window, and you can start developing your project.
- Please refer to the documentation for latest installation/configration steps.
- Customize your Tailwind CSS styles in the tailwind.config.js file.
Project Status: Version 1.0 Completed, constantly evolving for next release.
π Tech slack
- https://vitejs.dev/guide/
- https://tailwindcss.com/docs/guides/vite
- https://heroicons.com/
- https://github.com/tailwindlabs/heroicons
βοΈ Inspired by
- Big thanks to Chris Pennington for creating this amazing React course!
- Your guidance has been invaluable in helping me improve my skills. Grateful for your dedication and expertise! ππ»π«‘