/student-assessment-app

Frontend technical test to build a student assessment app using react.

Primary LanguageTypeScriptMIT LicenseMIT

Student Assessment App

Status License


React Boilerplate project built with Vite, TypeScript, Tailwind CSS and configured with Prettier, ESLint, Husky, and lint-staged.

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you can use this project, you should have the following software installed on your computer:

  • Node.j (v16.0.0 or later)
  • PNPM (v6.0.0 or later)

Installing

To get started, clone the repository and install the dependencies:

git clone https://github.com/your-username/your-project.git
cd your-project
pnpm install

If you have'nt install pnpm you can run this command first

npm install -g pnpm

Running the Development Server

To run the development server, use the following command:

pnpm dev

This will start the development server at http://localhost:5173.

Testing

To run the test, use the following command:

pnpm test

If you want to use watch mode, use the following command:

pnpm test:watch

Building for Production

To build the project for production, use the following command:

pnpm build

You can also run the server for the build production using the following command:

pnpm preview

⛏️ Built Using

🎉 Acknowledgements

  • Thanks to the developers of all the amazing tools and libraries used in this project.