Blogify Front End

This is the front-end of my Blogify project, which uses React, TypeScript, and TailwindCSS. It is still a work in progress...

To set up and run the project, follow these steps:

  1. Start the Blogify back-end server first. Ensure you have the back-end repository set up and running. For detailed instructions, refer to the Blogify Back End README.
  2. Clone the front-end repository:
  3. git clone https://github.com/yourusername/blogify-frontend.git
  4. Navigate into the project directory:
  5. cd blogify-frontend
  6. Install the project dependencies:
  7. npm install
  8. Start the development server:
  9. npm start
  10. Register a user by visiting the registration page of the front-end application and submitting the registration form.