Welcome to the FP Your Energy project!
FP Your Energy is a JavaScript-based application designed to help users manage and track their energy consumption efficiently. The project demonstrates advanced JavaScript concepts and best practices.
- Clone the repository:
git clone [email protected]:antmuraha/fp-your-energy.git
- Navigate to the project directory:
cd fp-your-energy
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
Contributions are welcome! Please follow these steps:
- Create a new branch for your feature or bugfix.
- Commit your changes with clear messages.
- Open a pull request.
Please ensure your code adheres to the project's coding standards and structure.
This project is licensed under the MIT License.