Code Monkey home page Code Monkey logo

odin-book-client-side's Introduction

Odinbook Client Side

This this a social media web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) along with the Tailwind CSS framework for styling. Check out the server-side repo.

Preview

Check out the web application Odinbook to explore its features.

Screenshots

Authentication page Home page Profile page

Pages

  • Authentication page
  • Home page
  • Search page
  • Profile page
  • Follow requests page
  • Not Found Page

Features

  • Enabled post creation, liking, commenting, and sharing.
  • Designed intuitive page layouts displaying post content, author info, comments, and likes.
  • Implemented Search functionality for user discovery, allowing users to find others by name or username.
  • Ensured robust authentication using JWT, supporting username-password and GitHub methods.
  • Customized user profiles with personalized info and role-specific buttons.
  • Prioritized responsive design and accessibility compliance to ensure seamless user experience across devices and inclusivity for all users.

Installation

  1. Clone the Repository:

    git clone <repository_url>
    cd <repository_directory>
  2. Install Dependencies:

    npm install

    or

    yarn install
  3. Development: To start the development server, run:

    npm run dev

    or

    yarn dev
  4. Building the Application: To build the application for production, run:

    npm run build

    or

    yarn build
  5. Previewing the Build: To preview the production build locally, run:

    npm run preview

    or

    yarn preview
  6. Running Tests: To run tests, execute:

    npm test

    or

    yarn test

Additional Notes

  • Make sure to have Node.js and npm/yarn installed and properly configured on your machine.

  • This application uses ESLint for code linting and Prettier for code formatting. You can run linting using:

    npm run lint

    or

    yarn lint
  • The application uses Vite as the build tool, React for the UI library, and React Router for routing.

  • For detailed configuration and customization, refer to the package.json file and the respective configuration files (eslintConfig, prettier, etc.).

odin-book-client-side's People

Contributors

laythalqadhi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.