LyF is a website that displays random reasons to live, helping to spread positivity and inspiration.
Live Your Life is a simple React-based website that showcases random reasons to live. The reasons are fetched from a JSON file and displayed in a rotating manner.
- React
- HTML/CSS
- JavaScript
- Netlify (for deployment)
-
Clone this repository to your local machine using: https://github.com/afreenpoly/live-your-life.git
-
Navigate to the project directory: cd live-your-life
-
Install the project dependencies: npm install
- Start the development server: npm start
- Open your web browser and go to
http://localhost:---
to see the website in action.
Contributions are welcome! If you find a bug or want to enhance the project, feel free to submit a pull request.
- Fork the repository.
- Create a new branch for your feature or bug fix:
- Make your changes and commit them: git commit -m "Add your commit message here"
- Push your branch to your forked repository:
- Create a pull request from your branch to the
main
branch of the original repository.
This project is licensed under the MIT License.