Skip to content

bizarf/odin-book-client

Repository files navigation

The Odin Project - Project: Odin-Book client

The goal of this project is to make a Facebook clone using all that I've learnt. This is the client for that clone.

Install:

To run this project on your local server, first install the dependencies with the command:

npm install

Head into the @types folder in node_modules and create a file called "preline.d.ts". Inside this file add this code:

declare module "preline";

After that is done, you can start the server with:

npm run dev

Tools and technologies used:
  • React
  • React Router
  • Vite
  • Typescript
  • Tailwind CSS
  • Preline CSS
  • DayJS
  • Universal-Cookie
  • ESLint
  • Prettier
  • JWT Decode
  • Playwright

Credits:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages