/Student-Data-Management-Frontend

Our frontend repository offers a sleek interface for managing student data. Built with React.js, Redux, and Typescript, it provides seamless interaction with features like survey responses, attendance tracking, and exam analysis.

Primary LanguageTypeScriptMIT LicenseMIT

Company Logo

Student Data Management Frontend

πŸ“— Table of Contents

πŸ“– Student Data Management Frontend

Student-Data-Management-Frontend Our frontend repository offers a sleek interface for managing student data. Built with React.js, Redux, NextJS, and Typescript, it provides seamless interaction with features like survey responses, attendance tracking, and exam analysis.

This is the Link to the Backend repository of this project

πŸ›  Built With

Tech Stack

This project was implemented using:

Client
Server
Database

Key Features

  • Student records (CRUD)
  • Test & Attendance records (CRUD)
  • Data importation from .CSV & .XLS files
  • Data Exportation

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

In order to run this project you need to have installed:

  • You’ll need to have Nodejs on your machine.

Optionally, in order to modify this project you should to have installed:

Setup

To clone this repository to your desired folder:

git clone https://github.com/chiztechnology/Student-Data-Management-Frontend.git
  • Access the cloned directory with:
cd Student-Data-Management-Frontend
  • Open it with your favorite code editor.

Usage

In order to launch the app, it's mandatory to install the node dependencies then run the project

first install the dependencies

npm install

then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

(back to top)

πŸš€Live Demo

Watch the video presentation of this app by clicking on this link

(back to top)

πŸ‘₯ Author

πŸ‘€ Israel CHIZUNGU

(back to top)

πŸ”­ Future Features

We will implement this on the future:

  • Authentication

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

For everybody whose code was helpfull

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)