This project is a simple yet functional web application created for b2bit's challenge as part of its selection process. The application consists of a login screen that redirects the user to their profile page, where they can access some of their personal information and log out.
You can check the project here.
- TypeScript
- ReactJS
- Vite
- Axios
- React Router
- Formik
- Tailwind CSS
- Vitest
- Testing Library
- Vercel
- Sign In page
- Persistent Sign In
- Feedback for incorrect credentials
- Profile page
- Logout
# Clone the repository
git clone https://github.com/joaopbmello/b2bit.git
# Access the project directory
cd b2bit
# Install dependencies
npm install
# Run the project
npm run dev# From the project directory, run the tests
npm run test